From 825d01e79a68234807f5a313b3f409bd53e9eedb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 15:48:12 +0000 Subject: [PATCH] build(deps): bump langchain in /rag-onboarding-notebook Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.1.10 to 0.3.7. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-groq==0.1.10...langchain==0.3.7) --- updated-dependencies: - dependency-name: langchain dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rag-onboarding-notebook/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rag-onboarding-notebook/requirements.txt b/rag-onboarding-notebook/requirements.txt index 9faac9b..bdd9737 100644 --- a/rag-onboarding-notebook/requirements.txt +++ b/rag-onboarding-notebook/requirements.txt @@ -2,7 +2,7 @@ accelerate==0.20.3 chromadb==0.3.26 duckdb==0.7.1 hnswlib==0.7.0 -langchain==0.1.10 +langchain==0.3.7 nltk==3.9 openai==1.16.2 pandas==1.5.3