Chore/upgrade lc version (#2422)
* update langchain version, openai, mistral, vertex, anthropic, introduced toolagent * upgrade @google/generative-ai 0.7.0, replicate and faiss-node * update cohere ver * adding chatCohere to streaming * update gemini to have image upload * update google genai, remove aiplugin * upgrade langchain version * fix lint
This commit is contained in:
parent
0521e6b3f9
commit
816436f8fa
|
|
@ -36,13 +36,13 @@
|
|||
"@langchain/anthropic": "^0.1.14",
|
||||
"@langchain/cohere": "^0.0.7",
|
||||
"@langchain/community": "^0.0.43",
|
||||
"@langchain/core": "^0.1.57",
|
||||
"@langchain/core": "^0.1.63",
|
||||
"@langchain/google-genai": "^0.0.10",
|
||||
"@langchain/google-vertexai": "^0.0.5",
|
||||
"@langchain/groq": "^0.0.8",
|
||||
"@langchain/mistralai": "^0.0.19",
|
||||
"@langchain/mongodb": "^0.0.1",
|
||||
"@langchain/openai": "^0.0.28",
|
||||
"@langchain/openai": "^0.0.30",
|
||||
"@langchain/pinecone": "^0.0.3",
|
||||
"@langchain/weaviate": "^0.0.1",
|
||||
"@mistralai/mistralai": "0.1.3",
|
||||
|
|
@ -76,7 +76,7 @@
|
|||
"ioredis": "^5.3.2",
|
||||
"jsdom": "^22.1.0",
|
||||
"jsonpointer": "^5.0.1",
|
||||
"langchain": "^0.1.33",
|
||||
"langchain": "^0.1.37",
|
||||
"langfuse": "3.3.4",
|
||||
"langfuse-langchain": "^3.3.4",
|
||||
"langsmith": "0.1.6",
|
||||
|
|
|
|||
66523
pnpm-lock.yaml
66523
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue