@n8n/n8n-nodes-langchain 1.62.1 → 1.64.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/chains/InformationExtractor/InformationExtractor.node.js +1 -1
- package/dist/nodes/chains/InformationExtractor/InformationExtractor.node.js.map +1 -1
- package/dist/nodes/code/Code.node.js +2 -2
- package/dist/nodes/code/Code.node.js.map +1 -1
- package/dist/nodes/output_parser/OutputParserStructured/OutputParserStructured.node.js +1 -1
- package/dist/nodes/output_parser/OutputParserStructured/OutputParserStructured.node.js.map +1 -1
- package/dist/nodes/tools/ToolCode/ToolCode.node.js +3 -3
- package/dist/nodes/tools/ToolCode/ToolCode.node.js.map +1 -1
- package/dist/nodes/tools/ToolHttpRequest/ToolHttpRequest.node.js +1 -0
- package/dist/nodes/tools/ToolHttpRequest/ToolHttpRequest.node.js.map +1 -1
- package/dist/nodes/tools/ToolHttpRequest/utils.d.ts +1 -1
- package/dist/nodes/tools/ToolHttpRequest/utils.js +47 -8
- package/dist/nodes/tools/ToolHttpRequest/utils.js.map +1 -1
- package/dist/nodes/tools/ToolWorkflow/ToolWorkflow.node.js +1 -1
- package/dist/nodes/tools/ToolWorkflow/ToolWorkflow.node.js.map +1 -1
- package/dist/nodes/vector_store/VectorStorePGVector/VectorStorePGVector.node.js +19 -3
- package/dist/nodes/vector_store/VectorStorePGVector/VectorStorePGVector.node.js.map +1 -1
- package/dist/nodes/vendors/OpenAi/actions/assistant/message.operation.js +53 -6
- package/dist/nodes/vendors/OpenAi/actions/assistant/message.operation.js.map +1 -1
- package/dist/nodes/vendors/OpenAi/actions/text/message.operation.js +1 -1
- package/dist/nodes/vendors/OpenAi/actions/text/message.operation.js.map +1 -1
- package/dist/nodes/vendors/OpenAi/actions/versionDescription.js +8 -5
- package/dist/nodes/vendors/OpenAi/actions/versionDescription.js.map +1 -1
- package/dist/types/nodes.json +2 -2
- package/dist/utils/schemaParsing.js +1 -1
- package/dist/utils/schemaParsing.js.map +1 -1
- package/package.json +14 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@n8n/n8n-nodes-langchain",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.64.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"files": [
|
|
@@ -112,18 +112,21 @@
|
|
|
112
112
|
"@types/cheerio": "^0.22.15",
|
|
113
113
|
"@types/html-to-text": "^9.0.1",
|
|
114
114
|
"@types/json-schema": "^7.0.15",
|
|
115
|
+
"@types/mime-types": "^2.1.0",
|
|
116
|
+
"@types/pg": "^8.11.6",
|
|
115
117
|
"@types/temp": "^0.9.1",
|
|
116
|
-
"n8n-core": "1.
|
|
118
|
+
"n8n-core": "1.64.0"
|
|
117
119
|
},
|
|
118
120
|
"dependencies": {
|
|
119
|
-
"@
|
|
121
|
+
"@aws-sdk/client-sso-oidc": "3.666.0",
|
|
122
|
+
"@getzep/zep-cloud": "1.0.12",
|
|
120
123
|
"@getzep/zep-js": "0.9.0",
|
|
121
124
|
"@google-ai/generativelanguage": "2.6.0",
|
|
122
125
|
"@google-cloud/resource-manager": "5.3.0",
|
|
123
126
|
"@google/generative-ai": "0.19.0",
|
|
124
127
|
"@huggingface/inference": "2.8.0",
|
|
125
128
|
"@langchain/anthropic": "0.3.1",
|
|
126
|
-
"@langchain/aws": "
|
|
129
|
+
"@langchain/aws": "0.1.0",
|
|
127
130
|
"@langchain/cohere": "0.3.0",
|
|
128
131
|
"@langchain/community": "0.3.2",
|
|
129
132
|
"@langchain/core": "0.3.3",
|
|
@@ -137,27 +140,27 @@
|
|
|
137
140
|
"@langchain/qdrant": "0.1.0",
|
|
138
141
|
"@langchain/redis": "0.1.0",
|
|
139
142
|
"@langchain/textsplitters": "0.1.0",
|
|
140
|
-
"@mozilla/readability": "
|
|
143
|
+
"@mozilla/readability": "0.5.0",
|
|
141
144
|
"@n8n/typeorm": "0.3.20-12",
|
|
142
145
|
"@n8n/vm2": "3.9.25",
|
|
143
146
|
"@pinecone-database/pinecone": "3.0.3",
|
|
144
147
|
"@qdrant/js-client-rest": "1.11.0",
|
|
145
148
|
"@supabase/supabase-js": "2.45.4",
|
|
146
|
-
"@
|
|
147
|
-
"@xata.io/client": "0.30.0",
|
|
149
|
+
"@xata.io/client": "0.28.4",
|
|
148
150
|
"basic-auth": "2.0.1",
|
|
149
|
-
"cheerio": "1.0.0
|
|
151
|
+
"cheerio": "1.0.0",
|
|
150
152
|
"cohere-ai": "7.13.2",
|
|
151
153
|
"d3-dsv": "2.0.0",
|
|
152
154
|
"epub2": "3.0.2",
|
|
153
155
|
"form-data": "4.0.0",
|
|
154
156
|
"generate-schema": "2.6.0",
|
|
155
157
|
"html-to-text": "9.0.5",
|
|
156
|
-
"jsdom": "
|
|
158
|
+
"jsdom": "23.0.1",
|
|
157
159
|
"json-schema-to-zod": "2.1.0",
|
|
158
160
|
"langchain": "0.3.2",
|
|
159
161
|
"lodash": "4.17.21",
|
|
160
162
|
"mammoth": "1.7.2",
|
|
163
|
+
"mime-types": "2.1.35",
|
|
161
164
|
"openai": "4.63.0",
|
|
162
165
|
"pdf-parse": "1.1.1",
|
|
163
166
|
"pg": "8.12.0",
|
|
@@ -167,8 +170,8 @@
|
|
|
167
170
|
"tmp-promise": "3.0.3",
|
|
168
171
|
"zod": "3.23.8",
|
|
169
172
|
"zod-to-json-schema": "3.23.3",
|
|
170
|
-
"n8n-
|
|
171
|
-
"n8n-
|
|
173
|
+
"n8n-nodes-base": "1.64.0",
|
|
174
|
+
"n8n-workflow": "1.63.0"
|
|
172
175
|
},
|
|
173
176
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
174
177
|
"homepage": "https://n8n.io",
|