feat(LangChain Nodes): Upgrade LangChain and improve proxy handling for LLM nodes (#16778)

This commit is contained in:
Eugene
2025-07-03 14:22:25 +02:00
committed by GitHub
parent c1ac8c19ef
commit cfe3699782
18 changed files with 368 additions and 299 deletions

View File

@@ -174,7 +174,7 @@
"@langchain/groq": "0.2.3",
"@langchain/mistralai": "0.2.1",
"@langchain/mongodb": "^0.1.0",
"@langchain/ollama": "0.2.2",
"@langchain/ollama": "0.2.3",
"@langchain/openai": "catalog:",
"@langchain/pinecone": "0.2.0",
"@langchain/qdrant": "0.1.2",
@@ -202,23 +202,25 @@
"generate-schema": "2.6.0",
"html-to-text": "9.0.5",
"https-proxy-agent": "catalog:",
"jsdom": "23.0.1",
"js-tiktoken": "^1.0.12",
"langchain": "0.3.28",
"jsdom": "23.0.1",
"langchain": "0.3.29",
"lodash": "catalog:",
"mammoth": "1.7.2",
"mime-types": "2.1.35",
"mongodb": "6.11.0",
"n8n-nodes-base": "workspace:*",
"n8n-workflow": "workspace:*",
"openai": "4.103.0",
"openai": "5.8.1",
"pdf-parse": "1.1.1",
"pg": "8.12.0",
"proxy-from-env": "^1.1.0",
"redis": "4.6.12",
"sanitize-html": "2.12.1",
"sqlite3": "5.1.7",
"temp": "0.9.4",
"tmp-promise": "3.0.3",
"undici": "^6.21.0",
"weaviate-client": "3.6.2",
"zod": "catalog:",
"zod-to-json-schema": "3.23.3"