@n8n/n8n-nodes-langchain 2.11.2 → 2.12.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/credentials/ChatHubVectorStorePGVectorApi.credentials.d.ts +8 -0
- package/dist/credentials/ChatHubVectorStorePGVectorApi.credentials.js +22 -0
- package/dist/credentials/ChatHubVectorStorePGVectorApi.credentials.js.map +1 -0
- package/dist/credentials/ChatHubVectorStorePineconeApi.credentials.d.ts +8 -0
- package/dist/credentials/ChatHubVectorStorePineconeApi.credentials.js +30 -0
- package/dist/credentials/ChatHubVectorStorePineconeApi.credentials.js.map +1 -0
- package/dist/credentials/ChatHubVectorStoreQdrantApi.credentials.d.ts +8 -0
- package/dist/credentials/ChatHubVectorStoreQdrantApi.credentials.js +22 -0
- package/dist/credentials/ChatHubVectorStoreQdrantApi.credentials.js.map +1 -0
- package/dist/known/credentials.json +30 -0
- package/dist/known/nodes.json +12 -0
- package/dist/node-definitions/.nodes-hash +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-langchain/chat/index.ts +3 -1
- package/dist/node-definitions/nodes/n8n-nodes-langchain/chat/v13.schema.js +38 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/chat/v13.ts +303 -0
- package/dist/nodes/tools/ToolCode/ToolCode.node.js +4 -21
- package/dist/nodes/tools/ToolCode/ToolCode.node.js.map +1 -1
- package/dist/nodes/trigger/ChatTrigger/Chat.node.js +4 -2
- package/dist/nodes/trigger/ChatTrigger/Chat.node.js.map +1 -1
- package/dist/nodes/vector_store/ChatHubVectorStorePGVector/ChatHubVectorStorePGVector.node.d.ts +20 -0
- package/dist/nodes/vector_store/ChatHubVectorStorePGVector/ChatHubVectorStorePGVector.node.js +132 -0
- package/dist/nodes/vector_store/ChatHubVectorStorePGVector/ChatHubVectorStorePGVector.node.js.map +1 -0
- package/dist/nodes/vector_store/ChatHubVectorStorePinecone/ChatHubVectorStorePinecone.node.d.ts +20 -0
- package/dist/nodes/vector_store/ChatHubVectorStorePinecone/ChatHubVectorStorePinecone.node.js +97 -0
- package/dist/nodes/vector_store/ChatHubVectorStorePinecone/ChatHubVectorStorePinecone.node.js.map +1 -0
- package/dist/nodes/vector_store/ChatHubVectorStoreQdrant/ChatHubVectorStoreQdrant.node.d.ts +20 -0
- package/dist/nodes/vector_store/ChatHubVectorStoreQdrant/ChatHubVectorStoreQdrant.node.js +103 -0
- package/dist/nodes/vector_store/ChatHubVectorStoreQdrant/ChatHubVectorStoreQdrant.node.js.map +1 -0
- package/dist/nodes/vector_store/VectorStoreAzureAISearch/VectorStoreAzureAISearch.node.d.ts +3 -0
- package/dist/nodes/vector_store/VectorStoreChromaDB/VectorStoreChromaDB.node.d.ts +3 -0
- package/dist/nodes/vector_store/VectorStoreInMemory/VectorStoreInMemory.node.d.ts +3 -0
- package/dist/nodes/vector_store/VectorStoreMilvus/VectorStoreMilvus.node.d.ts +3 -0
- package/dist/nodes/vector_store/VectorStoreMongoDBAtlas/VectorStoreMongoDBAtlas.node.d.ts +3 -0
- package/dist/nodes/vector_store/VectorStorePGVector/VectorStorePGVector.node.d.ts +11 -0
- package/dist/nodes/vector_store/VectorStorePGVector/VectorStorePGVector.node.js +2 -1
- package/dist/nodes/vector_store/VectorStorePGVector/VectorStorePGVector.node.js.map +1 -1
- package/dist/nodes/vector_store/VectorStorePinecone/VectorStorePinecone.node.d.ts +3 -0
- package/dist/nodes/vector_store/VectorStoreQdrant/VectorStoreQdrant.node.d.ts +3 -0
- package/dist/nodes/vector_store/VectorStoreRedis/VectorStoreRedis.node.d.ts +3 -0
- package/dist/nodes/vector_store/VectorStoreSupabase/VectorStoreSupabase.node.d.ts +3 -0
- package/dist/nodes/vector_store/VectorStoreWeaviate/VectorStoreWeaviate.node.d.ts +3 -0
- package/dist/nodes/vector_store/VectorStoreZep/VectorStoreZep.node.d.ts +3 -0
- package/dist/nodes/vector_store/shared/userScoped.d.ts +3 -0
- package/dist/nodes/vector_store/shared/userScoped.js +22 -0
- package/dist/nodes/vector_store/shared/userScoped.js.map +1 -0
- package/dist/typecheck.tsbuildinfo +1 -1
- package/dist/types/credentials.json +4 -1
- package/dist/types/nodes.json +4 -1
- package/package.json +17 -11
|
@@ -27,5 +27,8 @@
|
|
|
27
27
|
{"name":"wolframAlphaApi","displayName":"WolframAlphaApi","documentationUrl":"wolframalpha","properties":[{"displayName":"App ID","name":"appId","type":"string","typeOptions":{"password":true},"required":true,"default":""}],"authenticate":{"type":"generic","properties":{"qs":{"api_key":"={{$credentials.appId}}"}}},"test":{"request":{"baseURL":"https://api.wolframalpha.com/v1","url":"=/simple","qs":{"i":"How much is 1 1","appid":"={{$credentials.appId}}"}}},"supportedNodes":["toolWolframAlpha"],"iconUrl":"icons/@n8n/n8n-nodes-langchain/dist/nodes/tools/ToolWolframAlpha/wolfram-alpha.svg"},
|
|
28
28
|
{"name":"xAiApi","displayName":"xAi","documentationUrl":"xai","properties":[{"displayName":"API Key","name":"apiKey","type":"string","typeOptions":{"password":true},"required":true,"default":""},{"displayName":"Base URL","name":"url","type":"hidden","default":"https://api.x.ai/v1"}],"authenticate":{"type":"generic","properties":{"headers":{"Authorization":"=Bearer {{$credentials.apiKey}}"}}},"test":{"request":{"baseURL":"={{ $credentials.url }}","url":"/models"}},"supportedNodes":["lmChatXAiGrok"],"iconUrl":{"light":"icons/@n8n/n8n-nodes-langchain/dist/nodes/llms/LmChatXAiGrok/logo.dark.svg","dark":"icons/@n8n/n8n-nodes-langchain/dist/nodes/llms/LmChatXAiGrok/logo.svg"}},
|
|
29
29
|
{"name":"xataApi","displayName":"Xata Api","documentationUrl":"xata","properties":[{"displayName":"Database Endpoint","name":"databaseEndpoint","required":true,"type":"string","default":"","placeholder":"https://{workspace}.{region}.xata.sh/db/{database}"},{"displayName":"Branch","name":"branch","required":true,"type":"string","default":"main"},{"displayName":"API Key","name":"apiKey","type":"string","typeOptions":{"password":true},"required":true,"default":""}],"authenticate":{"type":"generic","properties":{"headers":{"Authorization":"=Bearer {{$credentials.apiKey}}"}}},"test":{"request":{"baseURL":"={{$credentials.databaseEndpoint}}:{{$credentials.branch}}"}},"supportedNodes":["memoryXata"],"iconUrl":"icons/@n8n/n8n-nodes-langchain/dist/nodes/memory/MemoryXata/xata.svg"},
|
|
30
|
-
{"name":"zepApi","displayName":"Zep Api","documentationUrl":"zep","properties":[{"displayName":"This Zep integration is deprecated and will be removed in a future version.","name":"deprecationNotice","type":"notice","default":""},{"displayName":"API Key","name":"apiKey","type":"string","typeOptions":{"password":true},"required":false,"default":""},{"displayName":"Cloud","description":"Whether you are adding credentials for Zep Cloud instead of Zep Open Source","name":"cloud","type":"boolean","default":false},{"displayName":"API URL","name":"apiUrl","required":false,"type":"string","default":"http://localhost:8000","displayOptions":{"show":{"cloud":[false]}}}],"authenticate":{"type":"generic","properties":{"headers":{"Authorization":"={{$credentials.apiKey && !$credentials.cloud ? \"Bearer \" + $credentials.apiKey : \"Api-Key \" + $credentials.apiKey }}"}}},"test":{"request":{"baseURL":"={{!$credentials.cloud ? $credentials.apiUrl : \"https://api.getzep.com\"}}","url":"={{!$credentials.cloud ? \"/api/v1/collection\" : \"/api/v2/collections\"}}"}},"supportedNodes":["memoryZep","vectorStoreZep","vectorStoreZepInsert","vectorStoreZepLoad"],"iconUrl":"icons/@n8n/n8n-nodes-langchain/dist/nodes/memory/MemoryZep/zep.png"}
|
|
30
|
+
{"name":"zepApi","displayName":"Zep Api","documentationUrl":"zep","properties":[{"displayName":"This Zep integration is deprecated and will be removed in a future version.","name":"deprecationNotice","type":"notice","default":""},{"displayName":"API Key","name":"apiKey","type":"string","typeOptions":{"password":true},"required":false,"default":""},{"displayName":"Cloud","description":"Whether you are adding credentials for Zep Cloud instead of Zep Open Source","name":"cloud","type":"boolean","default":false},{"displayName":"API URL","name":"apiUrl","required":false,"type":"string","default":"http://localhost:8000","displayOptions":{"show":{"cloud":[false]}}}],"authenticate":{"type":"generic","properties":{"headers":{"Authorization":"={{$credentials.apiKey && !$credentials.cloud ? \"Bearer \" + $credentials.apiKey : \"Api-Key \" + $credentials.apiKey }}"}}},"test":{"request":{"baseURL":"={{!$credentials.cloud ? $credentials.apiUrl : \"https://api.getzep.com\"}}","url":"={{!$credentials.cloud ? \"/api/v1/collection\" : \"/api/v2/collections\"}}"}},"supportedNodes":["memoryZep","vectorStoreZep","vectorStoreZepInsert","vectorStoreZepLoad"],"iconUrl":"icons/@n8n/n8n-nodes-langchain/dist/nodes/memory/MemoryZep/zep.png"},
|
|
31
|
+
{"name":"chatHubVectorStorePGVectorApi","extends":["postgres"],"displayName":"ChatHub PGVector Store API","documentationUrl":"postgres","properties":[{"displayName":"Table Name Prefix","name":"tableNamePrefix","type":"string","default":"n8n_vectors","description":"Prefix for table names. The full table name will be {prefix}_{userId}."}],"supportedNodes":["chatHubVectorStorePGVector"],"iconUrl":"icons/@n8n/n8n-nodes-langchain/dist/nodes/vector_store/VectorStorePGVector/postgres.svg"},
|
|
32
|
+
{"name":"chatHubVectorStoreQdrantApi","extends":["qdrantApi"],"displayName":"ChatHub Qdrant Vector Store API","documentationUrl":"qdrant","properties":[{"displayName":"Collection Name","name":"collectionName","type":"string","default":"n8n_vectors","description":"The Qdrant collection to use. All users share this collection; access is scoped per user via a userId metadata field."}],"supportedNodes":["chatHubVectorStoreQdrant"],"iconUrl":"icons/@n8n/n8n-nodes-langchain/dist/nodes/vector_store/VectorStoreQdrant/qdrant.svg"},
|
|
33
|
+
{"name":"chatHubVectorStorePineconeApi","extends":["pineconeApi"],"displayName":"ChatHub Pinecone Vector Store API","documentationUrl":"pinecone","properties":[{"displayName":"Pinecone Index","name":"pineconeIndex","type":"string","default":"","required":true,"description":"The Pinecone index to use for all users."},{"displayName":"Namespace Prefix","name":"namespacePrefix","type":"string","default":"n8n_vectors","description":"Prefix for namespace names. The full namespace will be {prefix}_{userId}."}],"supportedNodes":["chatHubVectorStorePinecone"],"iconUrl":{"light":"icons/@n8n/n8n-nodes-langchain/dist/nodes/vector_store/VectorStorePinecone/pinecone.svg","dark":"icons/@n8n/n8n-nodes-langchain/dist/nodes/vector_store/ChatHubVectorStorePinecone/pinecone.dark.svg"}}
|
|
31
34
|
]
|