Chore/Move @langchain/core dependency to components (#2945)

* move lc core dependency to components

* anchor @langchain/aws version

* update agentic RAG template
This commit is contained in:
Henry Heng
2024-08-06 14:41:21 +01:00
committed by GitHub
parent 70d7420d02
commit ee8f9bb37c
5 changed files with 5923 additions and 7707 deletions
+3 -6
View File
@@ -56,11 +56,7 @@
"onlyBuiltDependencies": [
"faiss-node",
"sqlite3"
],
"overrides": {
"@langchain/core": "0.2.18",
"@langchain/aws": "^0.0.6"
}
]
},
"engines": {
"node": ">=18.15.0 <19.0.0 || ^20",
@@ -69,7 +65,8 @@
"resolutions": {
"@qdrant/openapi-typescript-fetch": "1.2.6",
"@google/generative-ai": "^0.15.0",
"openai": "4.51.0"
"openai": "4.51.0",
"@langchain/aws": "0.0.6"
},
"eslintIgnore": [
"**/dist",