From f5a100530f0562c92e9b38a9a2dc0b34949f88c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 20:13:06 +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.0. - [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.0) --- 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..b124861e 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.0 llama-cpp-python==0.2.15 oci==2.47.1 requests==2.25.1