Chore/Update langchain version, openai, mistral, vertex, anthropic (#2180)

* 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
This commit is contained in:
Henry Heng
2024-04-20 02:20:30 +01:00
committed by GitHub
parent f5be889ea8
commit 95beaba9d9
27 changed files with 1541 additions and 1008 deletions
+12 -10
View File
@@ -31,16 +31,18 @@
"@gomomento/sdk": "^1.51.1",
"@gomomento/sdk-core": "^1.51.1",
"@google-ai/generativelanguage": "^0.2.1",
"@google/generative-ai": "^0.1.3",
"@google/generative-ai": "^0.7.0",
"@huggingface/inference": "^2.6.1",
"@langchain/anthropic": "^0.1.4",
"@langchain/cohere": "^0.0.5",
"@langchain/anthropic": "^0.1.14",
"@langchain/cohere": "^0.0.7",
"@langchain/community": "^0.0.39",
"@langchain/core": "^0.1.57",
"@langchain/google-genai": "^0.0.10",
"@langchain/groq": "^0.0.2",
"@langchain/mistralai": "^0.0.11",
"@langchain/google-vertexai": "^0.0.5",
"@langchain/groq": "^0.0.8",
"@langchain/mistralai": "^0.0.18",
"@langchain/mongodb": "^0.0.1",
"@langchain/openai": "^0.0.14",
"@langchain/openai": "^0.0.28",
"@langchain/pinecone": "^0.0.3",
"@langchain/weaviate": "^0.0.1",
"@mistralai/mistralai": "0.1.3",
@@ -64,7 +66,7 @@
"d3-dsv": "2",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"faiss-node": "^0.2.2",
"faiss-node": "^0.5.1",
"fast-json-patch": "^3.1.1",
"form-data": "^4.0.0",
"google-auth-library": "^9.4.0",
@@ -73,7 +75,7 @@
"ioredis": "^5.3.2",
"jsdom": "^22.1.0",
"jsonpointer": "^5.0.1",
"langchain": "^0.1.26",
"langchain": "^0.1.33",
"langfuse": "3.3.4",
"langfuse-langchain": "^3.3.4",
"langsmith": "0.1.6",
@@ -89,7 +91,7 @@
"node-html-markdown": "^1.3.0",
"notion-to-md": "^3.1.1",
"object-hash": "^3.0.0",
"openai": "^4.16.1",
"openai": "^4.32.1",
"pdf-parse": "^1.1.1",
"pdfjs-dist": "^3.7.107",
"pg": "^8.11.2",
@@ -97,7 +99,7 @@
"puppeteer": "^20.7.1",
"pyodide": ">=0.21.0-alpha.2",
"redis": "^4.6.7",
"replicate": "^0.12.3",
"replicate": "^0.18.0",
"socket.io": "^4.6.1",
"srt-parser-2": "^1.2.3",
"typeorm": "^0.3.6",