From 95e8d314e7bbedb46b3a2596ec070baae052529e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 07:00:54 +0000 Subject: [PATCH] fix(deps): update langchain --- package-lock.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5d0672af..632c4fde 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2794,9 +2794,9 @@ } }, "node_modules/@langchain/community": { - "version": "0.3.14", - "resolved": "https://registry.npmjs.org/@langchain/community/-/community-0.3.14.tgz", - "integrity": "sha512-zadvK0pu15Jp028VEV4wV+lYB1ViojSolSdSNMdE82KuaK97kH/F1aynQ2W+ebHzjr0lG3dUF3OfOqHU37VgwA==", + "version": "0.3.15", + "resolved": "https://registry.npmjs.org/@langchain/community/-/community-0.3.15.tgz", + "integrity": "sha512-yG4cv33u7zYar14yqZCI7o2KjwRb+9S7upVzEmVVETimpicm9UjpkMfX4qa4A4IslM1TtC4uy2Ymu9EcINZSpQ==", "license": "MIT", "dependencies": { "@langchain/openai": ">=0.2.0 <0.4.0", @@ -2842,6 +2842,7 @@ "@gradientai/nodejs-sdk": "^1.2.0", "@huggingface/inference": "^2.6.4", "@ibm-cloud/watsonx-ai": "*", + "@lancedb/lancedb": "^0.12.0", "@langchain/core": ">=0.2.21 <0.4.0", "@layerup/layerup-security": "^1.5.12", "@libsql/client": "^0.14.0", @@ -2930,7 +2931,6 @@ "typeorm": "^0.3.20", "typesense": "^1.5.3", "usearch": "^1.1.1", - "vectordb": "^0.1.4", "voy-search": "0.6.2", "weaviate-ts-client": "*", "web-auth-library": "^1.0.3", @@ -3020,6 +3020,9 @@ "@huggingface/inference": { "optional": true }, + "@lancedb/lancedb": { + "optional": true + }, "@layerup/layerup-security": { "optional": true }, @@ -3278,9 +3281,6 @@ "usearch": { "optional": true }, - "vectordb": { - "optional": true - }, "voy-search": { "optional": true }, @@ -12920,9 +12920,9 @@ } }, "node_modules/langchain": { - "version": "0.3.5", - "resolved": "https://registry.npmjs.org/langchain/-/langchain-0.3.5.tgz", - "integrity": "sha512-Gq0xC45Sq6nszS8kQG9suCrmBsuXH0INMmiF7D2TwPb6mtG35Jiq4grCk9ykpwPsarTHdty3SzUbII/FqiYSSw==", + "version": "0.3.6", + "resolved": "https://registry.npmjs.org/langchain/-/langchain-0.3.6.tgz", + "integrity": "sha512-erZOIKXzwCOrQHqY9AyjkQmaX62zUap1Sigw1KrwMUOnVoLKkVNRmAyxFlNZDZ9jLs/58MaQcaT9ReJtbj3x6w==", "license": "MIT", "dependencies": { "@langchain/openai": ">=0.1.0 <0.4.0",