From ae81b08deb28463b2e7676f9748dc5dd3c13a894 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 15:49:03 +0000 Subject: [PATCH] Bump langchain in /model-deployment/containers/rag_llama2/ingestion_md Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.1.11 to 0.3.7. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-openai==0.1.11...langchain==0.3.7) --- updated-dependencies: - dependency-name: langchain dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../containers/rag_llama2/ingestion_md/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model-deployment/containers/rag_llama2/ingestion_md/requirements.txt b/model-deployment/containers/rag_llama2/ingestion_md/requirements.txt index a783f8e9..d014010a 100644 --- a/model-deployment/containers/rag_llama2/ingestion_md/requirements.txt +++ b/model-deployment/containers/rag_llama2/ingestion_md/requirements.txt @@ -1,4 +1,4 @@ -langchain==0.1.11 +langchain==0.3.7 llama-cpp-python==0.2.15 oci==2.47.1 requests==2.25.1