From 0ebef3f900c0d036ad04c43759c06392ab524ea5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 20:03:07 +0000 Subject: [PATCH] Bump langchain-community Bumps [langchain-community](https://github.com/langchain-ai/langchain) from 0.2.9 to 0.2.19. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-community==0.2.9...langchain-community==0.2.19) --- updated-dependencies: - dependency-name: langchain-community dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../rag-on-edge-SLM-Phi2/modules/LLMModule/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rag-on-edge/code/rag-on-edge-SLM-Phi2/modules/LLMModule/requirements.txt b/rag-on-edge/code/rag-on-edge-SLM-Phi2/modules/LLMModule/requirements.txt index b880955..70f5d13 100644 --- a/rag-on-edge/code/rag-on-edge-SLM-Phi2/modules/LLMModule/requirements.txt +++ b/rag-on-edge/code/rag-on-edge-SLM-Phi2/modules/LLMModule/requirements.txt @@ -24,7 +24,7 @@ transformers>=4.35.2 gguf>=0.1.0 protobuf>=4.21.0 langchain>=0.2.10,<0.3.0 -langchain-community==0.2.9 +langchain-community==0.2.19 langsmith>=0.1.17,<0.2.0 llama_cpp_python==0.2.43 pydantic==1.10.13