mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 11:00:55 +03:00
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:
+3
-6
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user