@n8n/n8n-nodes-langchain 1.58.1 → 1.59.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/build.tsbuildinfo +1 -1
- package/dist/nodes/embeddings/EmbeddingsOllama/EmbeddingsOllama.node.js +1 -1
- package/dist/nodes/embeddings/EmbeddingsOllama/EmbeddingsOllama.node.js.map +1 -1
- package/dist/nodes/llms/LMChatOpenAi/LmChatOpenAi.node.js +1 -0
- package/dist/nodes/llms/LMChatOpenAi/LmChatOpenAi.node.js.map +1 -1
- package/dist/nodes/llms/LmChatAwsBedrock/LmChatAwsBedrock.node.d.ts +1 -0
- package/dist/nodes/llms/LmChatAwsBedrock/LmChatAwsBedrock.node.js +1 -0
- package/dist/nodes/llms/LmChatAwsBedrock/LmChatAwsBedrock.node.js.map +1 -1
- package/dist/nodes/llms/N8nLlmTracing.d.ts +4 -4
- package/dist/nodes/llms/N8nLlmTracing.js +11 -14
- package/dist/nodes/llms/N8nLlmTracing.js.map +1 -1
- package/dist/nodes/tools/ToolCode/ToolCode.node.js +71 -32
- package/dist/nodes/tools/ToolCode/ToolCode.node.js.map +1 -1
- package/dist/nodes/trigger/ChatTrigger/ChatTrigger.node.js +13 -13
- package/dist/nodes/trigger/ChatTrigger/ChatTrigger.node.js.map +1 -1
- package/dist/nodes/vendors/OpenAi/actions/text/message.operation.js +25 -1
- package/dist/nodes/vendors/OpenAi/actions/text/message.operation.js.map +1 -1
- package/dist/nodes/vendors/OpenAi/actions/versionDescription.js +1 -1
- package/dist/nodes/vendors/OpenAi/actions/versionDescription.js.map +1 -1
- package/dist/nodes/vendors/OpenAi/methods/listSearch.js +1 -1
- package/dist/nodes/vendors/OpenAi/methods/listSearch.js.map +1 -1
- package/dist/types/nodes.json +3 -3
- package/package.json +26 -25
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@n8n/n8n-nodes-langchain",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.59.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"files": [
|
|
@@ -116,29 +116,30 @@
|
|
|
116
116
|
"@types/html-to-text": "^9.0.1",
|
|
117
117
|
"@types/json-schema": "^7.0.15",
|
|
118
118
|
"@types/temp": "^0.9.1",
|
|
119
|
-
"n8n-core": "1.
|
|
119
|
+
"n8n-core": "1.59.0"
|
|
120
120
|
},
|
|
121
121
|
"dependencies": {
|
|
122
|
-
"@aws-sdk/client-bedrock-runtime": "3.
|
|
123
|
-
"@aws-sdk/
|
|
122
|
+
"@aws-sdk/client-bedrock-runtime": "3.645.0",
|
|
123
|
+
"@aws-sdk/client-sso-oidc": "^3.645.0",
|
|
124
|
+
"@aws-sdk/credential-provider-node": "3.645.0",
|
|
124
125
|
"@getzep/zep-cloud": "1.0.11",
|
|
125
126
|
"@getzep/zep-js": "0.9.0",
|
|
126
127
|
"@google-ai/generativelanguage": "2.5.0",
|
|
127
128
|
"@google-cloud/resource-manager": "5.3.0",
|
|
128
|
-
"@google/generative-ai": "0.
|
|
129
|
-
"@huggingface/inference": "2.
|
|
130
|
-
"@langchain/anthropic": "0.2.
|
|
131
|
-
"@langchain/cohere": "0.
|
|
132
|
-
"@langchain/community": "0.2.
|
|
133
|
-
"@langchain/core": "0.2.
|
|
134
|
-
"@langchain/google-genai": "0.0.
|
|
135
|
-
"@langchain/google-vertexai": "0.0.
|
|
136
|
-
"@langchain/groq": "0.0.
|
|
137
|
-
"@langchain/mistralai": "0.0.
|
|
138
|
-
"@langchain/ollama": "
|
|
139
|
-
"@langchain/openai": "0.2.
|
|
140
|
-
"@langchain/pinecone": "0.0.
|
|
141
|
-
"@langchain/qdrant": "
|
|
129
|
+
"@google/generative-ai": "0.17.1",
|
|
130
|
+
"@huggingface/inference": "2.8.0",
|
|
131
|
+
"@langchain/anthropic": "0.2.16",
|
|
132
|
+
"@langchain/cohere": "0.2.2",
|
|
133
|
+
"@langchain/community": "0.2.32",
|
|
134
|
+
"@langchain/core": "0.2.31",
|
|
135
|
+
"@langchain/google-genai": "0.0.26",
|
|
136
|
+
"@langchain/google-vertexai": "0.0.27",
|
|
137
|
+
"@langchain/groq": "0.0.17",
|
|
138
|
+
"@langchain/mistralai": "0.0.29",
|
|
139
|
+
"@langchain/ollama": "0.0.4",
|
|
140
|
+
"@langchain/openai": "0.2.10",
|
|
141
|
+
"@langchain/pinecone": "0.0.9",
|
|
142
|
+
"@langchain/qdrant": "0.0.5",
|
|
142
143
|
"@langchain/redis": "0.0.5",
|
|
143
144
|
"@langchain/textsplitters": "0.0.3",
|
|
144
145
|
"@mozilla/readability": "^0.5.0",
|
|
@@ -146,12 +147,12 @@
|
|
|
146
147
|
"@n8n/vm2": "3.9.25",
|
|
147
148
|
"@pinecone-database/pinecone": "3.0.0",
|
|
148
149
|
"@qdrant/js-client-rest": "1.9.0",
|
|
149
|
-
"@supabase/supabase-js": "2.
|
|
150
|
+
"@supabase/supabase-js": "2.45.3",
|
|
150
151
|
"@types/pg": "^8.11.6",
|
|
151
152
|
"@xata.io/client": "0.28.4",
|
|
152
153
|
"basic-auth": "2.0.1",
|
|
153
154
|
"cheerio": "1.0.0-rc.12",
|
|
154
|
-
"cohere-ai": "7.
|
|
155
|
+
"cohere-ai": "7.13.0",
|
|
155
156
|
"d3-dsv": "2.0.0",
|
|
156
157
|
"epub2": "3.0.2",
|
|
157
158
|
"form-data": "4.0.0",
|
|
@@ -159,10 +160,10 @@
|
|
|
159
160
|
"html-to-text": "9.0.5",
|
|
160
161
|
"jsdom": "^23.0.1",
|
|
161
162
|
"json-schema-to-zod": "2.1.0",
|
|
162
|
-
"langchain": "0.2.
|
|
163
|
+
"langchain": "0.2.18",
|
|
163
164
|
"lodash": "4.17.21",
|
|
164
165
|
"mammoth": "1.7.2",
|
|
165
|
-
"openai": "4.
|
|
166
|
+
"openai": "4.58.0",
|
|
166
167
|
"pdf-parse": "1.1.1",
|
|
167
168
|
"pg": "8.12.0",
|
|
168
169
|
"redis": "4.6.12",
|
|
@@ -170,9 +171,9 @@
|
|
|
170
171
|
"temp": "0.9.4",
|
|
171
172
|
"tmp-promise": "3.0.3",
|
|
172
173
|
"zod": "3.23.8",
|
|
173
|
-
"zod-to-json-schema": "3.23.
|
|
174
|
-
"n8n-workflow": "1.
|
|
175
|
-
"n8n-nodes-base": "1.
|
|
174
|
+
"zod-to-json-schema": "3.23.2",
|
|
175
|
+
"n8n-workflow": "1.58.0",
|
|
176
|
+
"n8n-nodes-base": "1.59.0"
|
|
176
177
|
},
|
|
177
178
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
178
179
|
"homepage": "https://n8n.io",
|