@n8n/n8n-nodes-langchain 1.62.0 → 1.63.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/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/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 +12 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@n8n/n8n-nodes-langchain",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.63.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"files": [
|
|
@@ -112,18 +112,20 @@
|
|
|
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/pg": "^8.11.6",
|
|
115
116
|
"@types/temp": "^0.9.1",
|
|
116
|
-
"n8n-core": "1.
|
|
117
|
+
"n8n-core": "1.63.0"
|
|
117
118
|
},
|
|
118
119
|
"dependencies": {
|
|
119
|
-
"@
|
|
120
|
+
"@aws-sdk/client-sso-oidc": "3.666.0",
|
|
121
|
+
"@getzep/zep-cloud": "1.0.12",
|
|
120
122
|
"@getzep/zep-js": "0.9.0",
|
|
121
123
|
"@google-ai/generativelanguage": "2.6.0",
|
|
122
124
|
"@google-cloud/resource-manager": "5.3.0",
|
|
123
125
|
"@google/generative-ai": "0.19.0",
|
|
124
126
|
"@huggingface/inference": "2.8.0",
|
|
125
127
|
"@langchain/anthropic": "0.3.1",
|
|
126
|
-
"@langchain/aws": "
|
|
128
|
+
"@langchain/aws": "0.1.0",
|
|
127
129
|
"@langchain/cohere": "0.3.0",
|
|
128
130
|
"@langchain/community": "0.3.2",
|
|
129
131
|
"@langchain/core": "0.3.3",
|
|
@@ -137,23 +139,22 @@
|
|
|
137
139
|
"@langchain/qdrant": "0.1.0",
|
|
138
140
|
"@langchain/redis": "0.1.0",
|
|
139
141
|
"@langchain/textsplitters": "0.1.0",
|
|
140
|
-
"@mozilla/readability": "
|
|
142
|
+
"@mozilla/readability": "0.5.0",
|
|
141
143
|
"@n8n/typeorm": "0.3.20-12",
|
|
142
144
|
"@n8n/vm2": "3.9.25",
|
|
143
145
|
"@pinecone-database/pinecone": "3.0.3",
|
|
144
146
|
"@qdrant/js-client-rest": "1.11.0",
|
|
145
147
|
"@supabase/supabase-js": "2.45.4",
|
|
146
|
-
"@
|
|
147
|
-
"@xata.io/client": "0.30.0",
|
|
148
|
+
"@xata.io/client": "0.28.4",
|
|
148
149
|
"basic-auth": "2.0.1",
|
|
149
|
-
"cheerio": "1.0.0
|
|
150
|
+
"cheerio": "1.0.0",
|
|
150
151
|
"cohere-ai": "7.13.2",
|
|
151
152
|
"d3-dsv": "2.0.0",
|
|
152
153
|
"epub2": "3.0.2",
|
|
153
154
|
"form-data": "4.0.0",
|
|
154
155
|
"generate-schema": "2.6.0",
|
|
155
156
|
"html-to-text": "9.0.5",
|
|
156
|
-
"jsdom": "
|
|
157
|
+
"jsdom": "23.0.1",
|
|
157
158
|
"json-schema-to-zod": "2.1.0",
|
|
158
159
|
"langchain": "0.3.2",
|
|
159
160
|
"lodash": "4.17.21",
|
|
@@ -167,8 +168,8 @@
|
|
|
167
168
|
"tmp-promise": "3.0.3",
|
|
168
169
|
"zod": "3.23.8",
|
|
169
170
|
"zod-to-json-schema": "3.23.3",
|
|
170
|
-
"n8n-
|
|
171
|
-
"n8n-
|
|
171
|
+
"n8n-nodes-base": "1.63.0",
|
|
172
|
+
"n8n-workflow": "1.62.0"
|
|
172
173
|
},
|
|
173
174
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
174
175
|
"homepage": "https://n8n.io",
|