mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 13:00:56 +03:00
Feature/Mistral FunctionAgent (#1912)
* add mistral ai agent, add used tools streaming * fix AWS Bedrock imports * update pnpm lock
This commit is contained in:
@@ -38,9 +38,10 @@
|
||||
"@langchain/community": "^0.0.39",
|
||||
"@langchain/google-genai": "^0.0.10",
|
||||
"@langchain/groq": "^0.0.2",
|
||||
"@langchain/mistralai": "^0.0.7",
|
||||
"@langchain/mistralai": "^0.0.11",
|
||||
"@langchain/openai": "^0.0.14",
|
||||
"@langchain/pinecone": "^0.0.3",
|
||||
"@mistralai/mistralai": "0.1.3",
|
||||
"@notionhq/client": "^2.2.8",
|
||||
"@opensearch-project/opensearch": "^1.2.0",
|
||||
"@pinecone-database/pinecone": "^2.0.1",
|
||||
@@ -70,7 +71,7 @@
|
||||
"ioredis": "^5.3.2",
|
||||
"jsdom": "^22.1.0",
|
||||
"jsonpointer": "^5.0.1",
|
||||
"langchain": "^0.1.20",
|
||||
"langchain": "^0.1.26",
|
||||
"langfuse": "3.3.1",
|
||||
"langfuse-langchain": "^3.3.1",
|
||||
"langsmith": "0.1.6",
|
||||
|
||||
Reference in New Issue
Block a user