From 6860180af124e938bd826e91fe4f3b0736f832ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 01:50:37 +0000 Subject: [PATCH] chore(deps): bump langchain Bumps the npm_and_yarn group with 1 update in the /plugins/hnsw directory: [langchain](https://github.com/langchain-ai/langchainjs). Updates `langchain` from 0.0.11 to 0.3.6 - [Release notes](https://github.com/langchain-ai/langchainjs/releases) - [Changelog](https://github.com/langchain-ai/langchainjs/blob/main/release_workspace.js) - [Commits](https://github.com/langchain-ai/langchainjs/compare/0.0.11...0.3.6) --- updated-dependencies: - dependency-name: langchain dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- plugins/hnsw/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/hnsw/package.json b/plugins/hnsw/package.json index aea9e770..af241de0 100644 --- a/plugins/hnsw/package.json +++ b/plugins/hnsw/package.json @@ -33,7 +33,7 @@ "fs": "^0.0.1-security", "glob": "^10.4.1", "hnswlib-node": "^1.3.0", - "langchain": "^0.0.11", + "langchain": "^0.3.6", "node-fetch": "^3.2.6", "redis": "^4.6.13", "zod": "^3.22.4"