From f6231016295349c080977bf0b1e7972593752e5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 15:49:00 +0000 Subject: [PATCH] Bump langchain 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] --- .../rag-on-edge-LLM-32core/modules/LLMModule/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rag-on-edge/code/rag-on-edge-LLM-32core/modules/LLMModule/requirements.txt b/rag-on-edge/code/rag-on-edge-LLM-32core/modules/LLMModule/requirements.txt index 3f1a426..11c0d48 100644 --- a/rag-on-edge/code/rag-on-edge-LLM-32core/modules/LLMModule/requirements.txt +++ b/rag-on-edge/code/rag-on-edge-LLM-32core/modules/LLMModule/requirements.txt @@ -11,7 +11,7 @@ dapr-ext-grpc==1.11.0 ruamel-yaml==0.17.16 # packages for Llama Language Model 2 -langchain==0.1.11 +langchain==0.3.7 llama_cpp_python==0.2.13