mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 08:50:15 +01:00
chore(api): update langchain dependency to version 0.0.92
This commit is contained in:
parent
365fae58ff
commit
11775915d0
2 changed files with 258 additions and 5 deletions
|
|
@ -46,7 +46,7 @@
|
||||||
"jsonwebtoken": "^9.0.0",
|
"jsonwebtoken": "^9.0.0",
|
||||||
"keyv": "^4.5.2",
|
"keyv": "^4.5.2",
|
||||||
"keyv-file": "^0.2.0",
|
"keyv-file": "^0.2.0",
|
||||||
"langchain": "^0.0.91",
|
"langchain": "^0.0.92",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"meilisearch": "^0.33.0",
|
"meilisearch": "^0.33.0",
|
||||||
"mongoose": "^7.1.1",
|
"mongoose": "^7.1.1",
|
||||||
|
|
@ -62,8 +62,8 @@
|
||||||
"sharp": "^0.32.1"
|
"sharp": "^0.32.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"jest": "^29.5.0",
|
||||||
"nodemon": "^2.0.20",
|
"nodemon": "^2.0.20",
|
||||||
"path": "^0.12.7",
|
"path": "^0.12.7"
|
||||||
"jest": "^29.5.0"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
257
package-lock.json
generated
257
package-lock.json
generated
|
|
@ -63,7 +63,7 @@
|
||||||
"jsonwebtoken": "^9.0.0",
|
"jsonwebtoken": "^9.0.0",
|
||||||
"keyv": "^4.5.2",
|
"keyv": "^4.5.2",
|
||||||
"keyv-file": "^0.2.0",
|
"keyv-file": "^0.2.0",
|
||||||
"langchain": "^0.0.91",
|
"langchain": "^0.0.92",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"meilisearch": "^0.33.0",
|
"meilisearch": "^0.33.0",
|
||||||
"mongoose": "^7.1.1",
|
"mongoose": "^7.1.1",
|
||||||
|
|
@ -84,6 +84,17 @@
|
||||||
"path": "^0.12.7"
|
"path": "^0.12.7"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"api/node_modules/ansi-styles": {
|
||||||
|
"version": "5.2.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
|
||||||
|
"integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
|
||||||
|
"engines": {
|
||||||
|
"node": ">=10"
|
||||||
|
},
|
||||||
|
"funding": {
|
||||||
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
||||||
|
}
|
||||||
|
},
|
||||||
"api/node_modules/js-yaml": {
|
"api/node_modules/js-yaml": {
|
||||||
"version": "4.1.0",
|
"version": "4.1.0",
|
||||||
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
||||||
|
|
@ -95,6 +106,220 @@
|
||||||
"js-yaml": "bin/js-yaml.js"
|
"js-yaml": "bin/js-yaml.js"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"api/node_modules/langchain": {
|
||||||
|
"version": "0.0.92",
|
||||||
|
"resolved": "https://registry.npmjs.org/langchain/-/langchain-0.0.92.tgz",
|
||||||
|
"integrity": "sha512-77528kXJu9C391qV1a5jDzZLEjIblq/VtpH7xd4BwavgvhRmeSXR9WkrHHmih/Phpae4Ss3dtb7pcyd78rp/YA==",
|
||||||
|
"dependencies": {
|
||||||
|
"@anthropic-ai/sdk": "^0.4.3",
|
||||||
|
"ansi-styles": "^5.0.0",
|
||||||
|
"binary-extensions": "^2.2.0",
|
||||||
|
"expr-eval": "^2.0.2",
|
||||||
|
"flat": "^5.0.2",
|
||||||
|
"js-tiktoken": "^1.0.6",
|
||||||
|
"jsonpointer": "^5.0.1",
|
||||||
|
"ml-distance": "^4.0.0",
|
||||||
|
"object-hash": "^3.0.0",
|
||||||
|
"openai": "^3.2.0",
|
||||||
|
"p-queue": "^6.6.2",
|
||||||
|
"p-retry": "4",
|
||||||
|
"uuid": "^9.0.0",
|
||||||
|
"yaml": "^2.2.1",
|
||||||
|
"zod": "^3.21.4",
|
||||||
|
"zod-to-json-schema": "^3.20.4"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=18"
|
||||||
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"@aws-sdk/client-dynamodb": "^3.310.0",
|
||||||
|
"@aws-sdk/client-lambda": "^3.310.0",
|
||||||
|
"@aws-sdk/client-s3": "^3.310.0",
|
||||||
|
"@aws-sdk/client-sagemaker-runtime": "^3.310.0",
|
||||||
|
"@clickhouse/client": "^0.0.14",
|
||||||
|
"@getmetal/metal-sdk": "*",
|
||||||
|
"@getzep/zep-js": "^0.3.1",
|
||||||
|
"@gomomento/sdk": "^1.23.0",
|
||||||
|
"@huggingface/inference": "^1.5.1",
|
||||||
|
"@opensearch-project/opensearch": "*",
|
||||||
|
"@pinecone-database/pinecone": "*",
|
||||||
|
"@qdrant/js-client-rest": "^1.2.0",
|
||||||
|
"@supabase/postgrest-js": "^1.1.1",
|
||||||
|
"@supabase/supabase-js": "^2.10.0",
|
||||||
|
"@tensorflow-models/universal-sentence-encoder": "*",
|
||||||
|
"@tensorflow/tfjs-converter": "*",
|
||||||
|
"@tensorflow/tfjs-core": "*",
|
||||||
|
"@tigrisdata/vector": "^1.1.0",
|
||||||
|
"@upstash/redis": "^1.20.6",
|
||||||
|
"@zilliz/milvus2-sdk-node": ">=2.2.7",
|
||||||
|
"apify-client": "^2.7.1",
|
||||||
|
"axios": "*",
|
||||||
|
"cheerio": "^1.0.0-rc.12",
|
||||||
|
"chromadb": "^1.5.2",
|
||||||
|
"cohere-ai": "^5.0.2",
|
||||||
|
"d3-dsv": "^2.0.0",
|
||||||
|
"epub2": "^3.0.1",
|
||||||
|
"faiss-node": "^0.2.1",
|
||||||
|
"google-auth-library": "^8.8.0",
|
||||||
|
"hnswlib-node": "^1.4.2",
|
||||||
|
"html-to-text": "^9.0.5",
|
||||||
|
"ignore": "^5.2.0",
|
||||||
|
"mammoth": "*",
|
||||||
|
"mongodb": "^5.2.0",
|
||||||
|
"mysql2": "^3.3.3",
|
||||||
|
"pdf-parse": "1.1.1",
|
||||||
|
"peggy": "^3.0.2",
|
||||||
|
"pg": "^8.11.0",
|
||||||
|
"pickleparser": "^0.1.0",
|
||||||
|
"playwright": "^1.32.1",
|
||||||
|
"puppeteer": "^19.7.2",
|
||||||
|
"redis": "^4.6.4",
|
||||||
|
"replicate": "^0.9.0",
|
||||||
|
"srt-parser-2": "^1.2.2",
|
||||||
|
"typeorm": "^0.3.12",
|
||||||
|
"weaviate-ts-client": "^1.0.0"
|
||||||
|
},
|
||||||
|
"peerDependenciesMeta": {
|
||||||
|
"@aws-sdk/client-dynamodb": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"@aws-sdk/client-lambda": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"@aws-sdk/client-s3": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"@aws-sdk/client-sagemaker-runtime": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"@clickhouse/client": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"@getmetal/metal-sdk": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"@getzep/zep-js": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"@gomomento/sdk": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"@huggingface/inference": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"@opensearch-project/opensearch": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"@pinecone-database/pinecone": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"@qdrant/js-client-rest": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"@supabase/postgrest-js": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"@supabase/supabase-js": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"@tensorflow-models/universal-sentence-encoder": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"@tensorflow/tfjs-converter": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"@tensorflow/tfjs-core": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"@tigrisdata/vector": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"@upstash/redis": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"@zilliz/milvus2-sdk-node": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"apify-client": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"axios": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"cheerio": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"chromadb": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"cohere-ai": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"d3-dsv": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"epub2": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"faiss-node": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"google-auth-library": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"hnswlib-node": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"html-to-text": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"ignore": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"mammoth": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"mongodb": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"mysql2": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"pdf-parse": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"peggy": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"pg": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"pickleparser": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"playwright": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"puppeteer": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"redis": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"replicate": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"srt-parser-2": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"typeorm": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"weaviate-ts-client": {
|
||||||
|
"optional": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"client": {
|
"client": {
|
||||||
"name": "chat-frontend",
|
"name": "chat-frontend",
|
||||||
"version": "0.5.0",
|
"version": "0.5.0",
|
||||||
|
|
@ -31831,7 +32056,7 @@
|
||||||
"jsonwebtoken": "^9.0.0",
|
"jsonwebtoken": "^9.0.0",
|
||||||
"keyv": "^4.5.2",
|
"keyv": "^4.5.2",
|
||||||
"keyv-file": "^0.2.0",
|
"keyv-file": "^0.2.0",
|
||||||
"langchain": "^0.0.91",
|
"langchain": "0.0.92",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"meilisearch": "^0.33.0",
|
"meilisearch": "^0.33.0",
|
||||||
"mongoose": "^7.1.1",
|
"mongoose": "^7.1.1",
|
||||||
|
|
@ -31849,6 +32074,11 @@
|
||||||
"sharp": "^0.32.1"
|
"sharp": "^0.32.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"ansi-styles": {
|
||||||
|
"version": "5.2.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
|
||||||
|
"integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA=="
|
||||||
|
},
|
||||||
"js-yaml": {
|
"js-yaml": {
|
||||||
"version": "4.1.0",
|
"version": "4.1.0",
|
||||||
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
||||||
|
|
@ -31856,6 +32086,29 @@
|
||||||
"requires": {
|
"requires": {
|
||||||
"argparse": "^2.0.1"
|
"argparse": "^2.0.1"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"langchain": {
|
||||||
|
"version": "0.0.92",
|
||||||
|
"resolved": "https://registry.npmjs.org/langchain/-/langchain-0.0.92.tgz",
|
||||||
|
"integrity": "sha512-77528kXJu9C391qV1a5jDzZLEjIblq/VtpH7xd4BwavgvhRmeSXR9WkrHHmih/Phpae4Ss3dtb7pcyd78rp/YA==",
|
||||||
|
"requires": {
|
||||||
|
"@anthropic-ai/sdk": "^0.4.3",
|
||||||
|
"ansi-styles": "^5.0.0",
|
||||||
|
"binary-extensions": "^2.2.0",
|
||||||
|
"expr-eval": "^2.0.2",
|
||||||
|
"flat": "^5.0.2",
|
||||||
|
"js-tiktoken": "^1.0.6",
|
||||||
|
"jsonpointer": "^5.0.1",
|
||||||
|
"ml-distance": "^4.0.0",
|
||||||
|
"object-hash": "^3.0.0",
|
||||||
|
"openai": "^3.2.0",
|
||||||
|
"p-queue": "^6.6.2",
|
||||||
|
"p-retry": "4",
|
||||||
|
"uuid": "^9.0.0",
|
||||||
|
"yaml": "^2.2.1",
|
||||||
|
"zod": "^3.21.4",
|
||||||
|
"zod-to-json-schema": "^3.20.4"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue