mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
fix: Upgrade Langchain dependencies to address LiteLLM issue and Gemma Models not supporting images (#19299)
This commit is contained in:
@@ -177,7 +177,7 @@
|
||||
"@langchain/cohere": "0.3.4",
|
||||
"@langchain/community": "catalog:",
|
||||
"@langchain/core": "catalog:",
|
||||
"@langchain/google-genai": "0.2.13",
|
||||
"@langchain/google-genai": "0.2.17",
|
||||
"@langchain/google-vertexai": "0.2.13",
|
||||
"@langchain/groq": "0.2.3",
|
||||
"@langchain/mistralai": "0.2.1",
|
||||
@@ -214,7 +214,7 @@
|
||||
"ignore": "^5.2.0",
|
||||
"js-tiktoken": "^1.0.12",
|
||||
"jsdom": "23.0.1",
|
||||
"langchain": "0.3.30",
|
||||
"langchain": "0.3.33",
|
||||
"lodash": "catalog:",
|
||||
"mammoth": "1.7.2",
|
||||
"mime-types": "2.1.35",
|
||||
|
||||
Reference in New Issue
Block a user