@n8n/n8n-nodes-langchain 2.21.1 → 2.22.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/NvidiaApi.credentials.d.ts +9 -0
- package/dist/credentials/NvidiaApi.credentials.js +49 -0
- package/dist/credentials/NvidiaApi.credentials.js.map +1 -0
- package/dist/known/credentials.json +7 -0
- package/dist/known/nodes.json +4 -0
- package/dist/node-definitions/.nodes-hash +1 -1
- package/dist/node-definitions/index.ts +4 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/agent/v3.ts +6 -1
- package/dist/node-definitions/nodes/n8n-nodes-langchain/agent/v31.ts +6 -1
- package/dist/node-definitions/nodes/n8n-nodes-langchain/agentTool/v3.ts +6 -1
- package/dist/node-definitions/nodes/n8n-nodes-langchain/lmChatNvidia/index.ts +12 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/lmChatNvidia/v1.schema.js +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/lmChatNvidia/v1.ts +68 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/mcpClientTool/v1.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-langchain/mcpClientTool/v11.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-langchain/mcpClientTool/v12.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreAzureAISearch/v1/mode_insert.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreAzureAISearch/v1/mode_load.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreAzureAISearch/v1/mode_retrieve.ts +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreAzureAISearch/v1/mode_retrieve_as_tool.ts +30 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreAzureAISearch/v1/mode_update.ts +16 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreAzureAISearch/v11/mode_insert.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreAzureAISearch/v11/mode_load.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreAzureAISearch/v11/mode_retrieve.ts +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreAzureAISearch/v11/mode_retrieve_as_tool.ts +30 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreAzureAISearch/v11/mode_update.ts +16 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreAzureAISearch/v12/mode_insert.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreAzureAISearch/v12/mode_load.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreAzureAISearch/v12/mode_retrieve.ts +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreAzureAISearch/v12/mode_retrieve_as_tool.ts +30 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreAzureAISearch/v12/mode_update.ts +16 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreAzureAISearch/v13/mode_insert.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreAzureAISearch/v13/mode_load.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreAzureAISearch/v13/mode_retrieve.ts +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreAzureAISearch/v13/mode_retrieve_as_tool.ts +30 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreAzureAISearch/v13/mode_update.ts +16 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreChromaDB/v1/mode_insert.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreChromaDB/v1/mode_load.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreChromaDB/v1/mode_retrieve.ts +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreChromaDB/v1/mode_retrieve_as_tool.ts +30 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreChromaDB/v11/mode_insert.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreChromaDB/v11/mode_load.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreChromaDB/v11/mode_retrieve.ts +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreChromaDB/v11/mode_retrieve_as_tool.ts +30 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreChromaDB/v12/mode_insert.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreChromaDB/v12/mode_load.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreChromaDB/v12/mode_retrieve.ts +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreChromaDB/v12/mode_retrieve_as_tool.ts +30 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreChromaDB/v13/mode_insert.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreChromaDB/v13/mode_load.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreChromaDB/v13/mode_retrieve.ts +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreChromaDB/v13/mode_retrieve_as_tool.ts +30 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreInMemory/v1/mode_insert.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreInMemory/v1/mode_load.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreInMemory/v1/mode_retrieve.ts +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreInMemory/v1/mode_retrieve_as_tool.ts +30 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreInMemory/v11/mode_insert.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreInMemory/v11/mode_load.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreInMemory/v11/mode_retrieve.ts +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreInMemory/v11/mode_retrieve_as_tool.ts +30 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreInMemory/v12/mode_insert.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreInMemory/v12/mode_load.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreInMemory/v12/mode_retrieve.ts +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreInMemory/v12/mode_retrieve_as_tool.ts +30 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreInMemory/v13/mode_insert.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreInMemory/v13/mode_load.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreInMemory/v13/mode_retrieve.ts +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreInMemory/v13/mode_retrieve_as_tool.ts +30 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreMilvus/v1/mode_insert.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreMilvus/v1/mode_load.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreMilvus/v1/mode_retrieve.ts +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreMilvus/v1/mode_retrieve_as_tool.ts +30 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreMilvus/v11/mode_insert.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreMilvus/v11/mode_load.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreMilvus/v11/mode_retrieve.ts +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreMilvus/v11/mode_retrieve_as_tool.ts +30 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreMilvus/v12/mode_insert.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreMilvus/v12/mode_load.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreMilvus/v12/mode_retrieve.ts +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreMilvus/v12/mode_retrieve_as_tool.ts +30 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreMilvus/v13/mode_insert.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreMilvus/v13/mode_load.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreMilvus/v13/mode_retrieve.ts +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreMilvus/v13/mode_retrieve_as_tool.ts +30 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreMongoDBAtlas/v1/mode_insert.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreMongoDBAtlas/v1/mode_load.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreMongoDBAtlas/v1/mode_retrieve.ts +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreMongoDBAtlas/v1/mode_retrieve_as_tool.ts +30 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreMongoDBAtlas/v1/mode_update.ts +16 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreMongoDBAtlas/v11/mode_insert.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreMongoDBAtlas/v11/mode_load.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreMongoDBAtlas/v11/mode_retrieve.ts +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreMongoDBAtlas/v11/mode_retrieve_as_tool.ts +30 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreMongoDBAtlas/v11/mode_update.ts +16 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreMongoDBAtlas/v12/mode_insert.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreMongoDBAtlas/v12/mode_load.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreMongoDBAtlas/v12/mode_retrieve.ts +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreMongoDBAtlas/v12/mode_retrieve_as_tool.ts +30 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreMongoDBAtlas/v12/mode_update.ts +16 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreMongoDBAtlas/v13/mode_insert.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreMongoDBAtlas/v13/mode_load.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreMongoDBAtlas/v13/mode_retrieve.ts +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreMongoDBAtlas/v13/mode_retrieve_as_tool.ts +30 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreMongoDBAtlas/v13/mode_update.ts +16 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStorePGVector/v1/mode_insert.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStorePGVector/v1/mode_load.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStorePGVector/v1/mode_retrieve.ts +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStorePGVector/v1/mode_retrieve_as_tool.ts +30 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStorePGVector/v11/mode_insert.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStorePGVector/v11/mode_load.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStorePGVector/v11/mode_retrieve.ts +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStorePGVector/v11/mode_retrieve_as_tool.ts +30 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStorePGVector/v12/mode_insert.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStorePGVector/v12/mode_load.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStorePGVector/v12/mode_retrieve.ts +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStorePGVector/v12/mode_retrieve_as_tool.ts +30 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStorePGVector/v13/mode_insert.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStorePGVector/v13/mode_load.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStorePGVector/v13/mode_retrieve.ts +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStorePGVector/v13/mode_retrieve_as_tool.ts +30 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStorePinecone/v1/mode_insert.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStorePinecone/v1/mode_load.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStorePinecone/v1/mode_retrieve.ts +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStorePinecone/v1/mode_retrieve_as_tool.ts +30 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStorePinecone/v1/mode_update.ts +16 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStorePinecone/v11/mode_insert.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStorePinecone/v11/mode_load.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStorePinecone/v11/mode_retrieve.ts +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStorePinecone/v11/mode_retrieve_as_tool.ts +30 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStorePinecone/v11/mode_update.ts +16 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStorePinecone/v12/mode_insert.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStorePinecone/v12/mode_load.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStorePinecone/v12/mode_retrieve.ts +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStorePinecone/v12/mode_retrieve_as_tool.ts +30 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStorePinecone/v12/mode_update.ts +16 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStorePinecone/v13/mode_insert.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStorePinecone/v13/mode_load.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStorePinecone/v13/mode_retrieve.ts +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStorePinecone/v13/mode_retrieve_as_tool.ts +30 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStorePinecone/v13/mode_update.ts +16 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreQdrant/v1/mode_insert.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreQdrant/v1/mode_load.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreQdrant/v1/mode_retrieve.ts +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreQdrant/v1/mode_retrieve_as_tool.ts +30 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreQdrant/v11/mode_insert.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreQdrant/v11/mode_load.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreQdrant/v11/mode_retrieve.ts +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreQdrant/v11/mode_retrieve_as_tool.ts +30 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreQdrant/v12/mode_insert.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreQdrant/v12/mode_load.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreQdrant/v12/mode_retrieve.ts +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreQdrant/v12/mode_retrieve_as_tool.ts +30 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreQdrant/v13/mode_insert.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreQdrant/v13/mode_load.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreQdrant/v13/mode_retrieve.ts +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreQdrant/v13/mode_retrieve_as_tool.ts +30 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreRedis/v1/mode_insert.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreRedis/v1/mode_load.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreRedis/v1/mode_retrieve.ts +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreRedis/v1/mode_retrieve_as_tool.ts +30 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreRedis/v1/mode_update.ts +16 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreRedis/v11/mode_insert.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreRedis/v11/mode_load.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreRedis/v11/mode_retrieve.ts +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreRedis/v11/mode_retrieve_as_tool.ts +30 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreRedis/v11/mode_update.ts +16 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreRedis/v12/mode_insert.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreRedis/v12/mode_load.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreRedis/v12/mode_retrieve.ts +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreRedis/v12/mode_retrieve_as_tool.ts +30 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreRedis/v12/mode_update.ts +16 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreRedis/v13/mode_insert.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreRedis/v13/mode_load.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreRedis/v13/mode_retrieve.ts +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreRedis/v13/mode_retrieve_as_tool.ts +30 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreRedis/v13/mode_update.ts +16 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreSupabase/v1/mode_insert.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreSupabase/v1/mode_load.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreSupabase/v1/mode_retrieve.ts +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreSupabase/v1/mode_retrieve_as_tool.ts +30 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreSupabase/v1/mode_update.ts +16 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreSupabase/v11/mode_insert.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreSupabase/v11/mode_load.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreSupabase/v11/mode_retrieve.ts +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreSupabase/v11/mode_retrieve_as_tool.ts +30 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreSupabase/v11/mode_update.ts +16 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreSupabase/v12/mode_insert.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreSupabase/v12/mode_load.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreSupabase/v12/mode_retrieve.ts +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreSupabase/v12/mode_retrieve_as_tool.ts +30 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreSupabase/v12/mode_update.ts +16 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreSupabase/v13/mode_insert.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreSupabase/v13/mode_load.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreSupabase/v13/mode_retrieve.ts +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreSupabase/v13/mode_retrieve_as_tool.ts +30 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreSupabase/v13/mode_update.ts +16 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreWeaviate/v1/mode_insert.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreWeaviate/v1/mode_load.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreWeaviate/v1/mode_retrieve.ts +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreWeaviate/v1/mode_retrieve_as_tool.ts +30 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreWeaviate/v11/mode_insert.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreWeaviate/v11/mode_load.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreWeaviate/v11/mode_retrieve.ts +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreWeaviate/v11/mode_retrieve_as_tool.ts +30 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreWeaviate/v12/mode_insert.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreWeaviate/v12/mode_load.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreWeaviate/v12/mode_retrieve.ts +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreWeaviate/v12/mode_retrieve_as_tool.ts +30 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreWeaviate/v13/mode_insert.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreWeaviate/v13/mode_load.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreWeaviate/v13/mode_retrieve.ts +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreWeaviate/v13/mode_retrieve_as_tool.ts +30 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreZep/v1/mode_insert.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreZep/v1/mode_load.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreZep/v1/mode_retrieve.ts +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreZep/v1/mode_retrieve_as_tool.ts +30 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreZep/v11/mode_insert.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreZep/v11/mode_load.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreZep/v11/mode_retrieve.ts +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreZep/v11/mode_retrieve_as_tool.ts +30 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreZep/v12/mode_insert.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreZep/v12/mode_load.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreZep/v12/mode_retrieve.ts +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreZep/v12/mode_retrieve_as_tool.ts +30 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreZep/v13/mode_insert.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreZep/v13/mode_load.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreZep/v13/mode_retrieve.ts +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreZep/v13/mode_retrieve_as_tool.ts +30 -0
- package/dist/nodes/Guardrails/v2/GuardrailsV2.node.js +52 -0
- package/dist/nodes/Guardrails/v2/GuardrailsV2.node.js.map +1 -1
- package/dist/nodes/agents/Agent/Agent.node.js +68 -0
- package/dist/nodes/agents/Agent/Agent.node.js.map +1 -1
- package/dist/nodes/agents/Agent/V3/AgentToolV3.node.js +3 -0
- package/dist/nodes/agents/Agent/V3/AgentToolV3.node.js.map +1 -1
- package/dist/nodes/agents/Agent/V3/AgentV3.node.js +3 -0
- package/dist/nodes/agents/Agent/V3/AgentV3.node.js.map +1 -1
- package/dist/nodes/llms/LmChatNvidia/LmChatNvidia.node.d.ts +5 -0
- package/dist/nodes/llms/LmChatNvidia/LmChatNvidia.node.js +239 -0
- package/dist/nodes/llms/LmChatNvidia/LmChatNvidia.node.js.map +1 -0
- package/dist/nodes/llms/LmChatNvidia/nvidia.dark.svg +1 -0
- package/dist/nodes/llms/LmChatNvidia/nvidia.svg +1 -0
- package/dist/nodes/mcp/McpClientTool/McpClientTool.node.js +2 -3
- package/dist/nodes/mcp/McpClientTool/McpClientTool.node.js.map +1 -1
- package/dist/typecheck.tsbuildinfo +1 -1
- package/dist/types/credentials.json +1 -0
- package/dist/types/nodes.json +22 -21
- package/package.json +17 -14
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { ICredentialDataDecryptedObject, ICredentialTestRequest, ICredentialType, IHttpRequestOptions, INodeProperties } from 'n8n-workflow';
|
|
2
|
+
export declare class NvidiaApi implements ICredentialType {
|
|
3
|
+
name: string;
|
|
4
|
+
displayName: string;
|
|
5
|
+
documentationUrl: string;
|
|
6
|
+
properties: INodeProperties[];
|
|
7
|
+
authenticate: (credentials: ICredentialDataDecryptedObject, requestOptions: IHttpRequestOptions) => Promise<IHttpRequestOptions>;
|
|
8
|
+
test: ICredentialTestRequest;
|
|
9
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.NvidiaApi = void 0;
|
|
4
|
+
class NvidiaApi {
|
|
5
|
+
constructor() {
|
|
6
|
+
this.name = 'nvidiaApi';
|
|
7
|
+
this.displayName = 'NVIDIA Nemotron';
|
|
8
|
+
this.documentationUrl = 'nvidia';
|
|
9
|
+
this.properties = [
|
|
10
|
+
{
|
|
11
|
+
displayName: 'Base URL',
|
|
12
|
+
name: 'url',
|
|
13
|
+
type: 'string',
|
|
14
|
+
required: true,
|
|
15
|
+
default: 'https://integrate.api.nvidia.com/v1',
|
|
16
|
+
description: 'Use the default for build.nvidia.com cloud, or change it to point at a self-hosted NIM container (e.g. http://localhost:8000/v1)',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
displayName: 'API Key',
|
|
20
|
+
name: 'apiKey',
|
|
21
|
+
type: 'string',
|
|
22
|
+
typeOptions: { password: true },
|
|
23
|
+
required: false,
|
|
24
|
+
default: '',
|
|
25
|
+
description: 'Required for build.nvidia.com cloud. Leave blank for a self-hosted NIM that does not require authentication',
|
|
26
|
+
},
|
|
27
|
+
];
|
|
28
|
+
this.authenticate = async (credentials, requestOptions) => {
|
|
29
|
+
if (!credentials.apiKey) {
|
|
30
|
+
return requestOptions;
|
|
31
|
+
}
|
|
32
|
+
return {
|
|
33
|
+
...requestOptions,
|
|
34
|
+
headers: {
|
|
35
|
+
...requestOptions.headers,
|
|
36
|
+
Authorization: `Bearer ${credentials.apiKey}`,
|
|
37
|
+
},
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
this.test = {
|
|
41
|
+
request: {
|
|
42
|
+
baseURL: '={{ $credentials.url }}',
|
|
43
|
+
url: '/models',
|
|
44
|
+
},
|
|
45
|
+
};
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
exports.NvidiaApi = NvidiaApi;
|
|
49
|
+
//# sourceMappingURL=NvidiaApi.credentials.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NvidiaApi.credentials.js","sourceRoot":"","sources":["../../credentials/NvidiaApi.credentials.ts"],"names":[],"mappings":";;;AAQA,MAAa,SAAS;IAAtB;QACC,SAAI,GAAG,WAAW,CAAC;QAEnB,gBAAW,GAAG,iBAAiB,CAAC;QAEhC,qBAAgB,GAAG,QAAQ,CAAC;QAE5B,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,UAAU;gBACvB,IAAI,EAAE,KAAK;gBACX,IAAI,EAAE,QAAQ;gBACd,QAAQ,EAAE,IAAI;gBACd,OAAO,EAAE,qCAAqC;gBAC9C,WAAW,EACV,kIAAkI;aACnI;YACD;gBACC,WAAW,EAAE,SAAS;gBACtB,IAAI,EAAE,QAAQ;gBACd,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE;gBAC/B,QAAQ,EAAE,KAAK;gBACf,OAAO,EAAE,EAAE;gBACX,WAAW,EACV,6GAA6G;aAC9G;SACD,CAAC;QAEF,iBAAY,GAAG,KAAK,EACnB,WAA2C,EAC3C,cAAmC,EACJ,EAAE;YACjC,IAAI,CAAC,WAAW,CAAC,MAAM,EAAE,CAAC;gBACzB,OAAO,cAAc,CAAC;YACvB,CAAC;YACD,OAAO;gBACN,GAAG,cAAc;gBACjB,OAAO,EAAE;oBACR,GAAG,cAAc,CAAC,OAAO;oBACzB,aAAa,EAAE,UAAU,WAAW,CAAC,MAAgB,EAAE;iBACvD;aACD,CAAC;QACH,CAAC,CAAC;QAEF,SAAI,GAA2B;YAC9B,OAAO,EAAE;gBACR,OAAO,EAAE,yBAAyB;gBAClC,GAAG,EAAE,SAAS;aACd;SACD,CAAC;IACH,CAAC;CAAA;AAnDD,8BAmDC"}
|
|
@@ -169,6 +169,13 @@
|
|
|
169
169
|
"lmLemonade"
|
|
170
170
|
]
|
|
171
171
|
},
|
|
172
|
+
"nvidiaApi": {
|
|
173
|
+
"className": "NvidiaApi",
|
|
174
|
+
"sourcePath": "dist/credentials/NvidiaApi.credentials.js",
|
|
175
|
+
"supportedNodes": [
|
|
176
|
+
"lmChatNvidia"
|
|
177
|
+
]
|
|
178
|
+
},
|
|
172
179
|
"ollamaApi": {
|
|
173
180
|
"className": "OllamaApi",
|
|
174
181
|
"sourcePath": "dist/credentials/OllamaApi.credentials.js",
|
package/dist/known/nodes.json
CHANGED
|
@@ -179,6 +179,10 @@
|
|
|
179
179
|
"className": "LmChatLemonade",
|
|
180
180
|
"sourcePath": "dist/nodes/llms/LMChatLemonade/LmChatLemonade.node.js"
|
|
181
181
|
},
|
|
182
|
+
"lmChatNvidia": {
|
|
183
|
+
"className": "LmChatNvidia",
|
|
184
|
+
"sourcePath": "dist/nodes/llms/LmChatNvidia/LmChatNvidia.node.js"
|
|
185
|
+
},
|
|
182
186
|
"lmChatOllama": {
|
|
183
187
|
"className": "LmChatOllama",
|
|
184
188
|
"sourcePath": "dist/nodes/llms/LMChatOllama/LmChatOllama.node.js"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
332eed85fca9e6b84de508e09d6d2995f8e7d80ba058aea3f85c1db368194ac0
|
|
@@ -46,6 +46,7 @@ import type { LcLmChatLemonadeNode } from './nodes/n8n-nodes-langchain/lmChatLem
|
|
|
46
46
|
import type { LcLmChatMinimaxNode } from './nodes/n8n-nodes-langchain/lmChatMinimax';
|
|
47
47
|
import type { LcLmChatMistralCloudNode } from './nodes/n8n-nodes-langchain/lmChatMistralCloud';
|
|
48
48
|
import type { LcLmChatMoonshotNode } from './nodes/n8n-nodes-langchain/lmChatMoonshot';
|
|
49
|
+
import type { LcLmChatNvidiaNode } from './nodes/n8n-nodes-langchain/lmChatNvidia';
|
|
49
50
|
import type { LcLmChatOllamaNode } from './nodes/n8n-nodes-langchain/lmChatOllama';
|
|
50
51
|
import type { LcLmChatOpenAiNode } from './nodes/n8n-nodes-langchain/lmChatOpenAi';
|
|
51
52
|
import type { LcLmChatOpenRouterNode } from './nodes/n8n-nodes-langchain/lmChatOpenRouter';
|
|
@@ -142,6 +143,7 @@ export * from './nodes/n8n-nodes-langchain/lmChatLemonade';
|
|
|
142
143
|
export * from './nodes/n8n-nodes-langchain/lmChatMinimax';
|
|
143
144
|
export * from './nodes/n8n-nodes-langchain/lmChatMistralCloud';
|
|
144
145
|
export * from './nodes/n8n-nodes-langchain/lmChatMoonshot';
|
|
146
|
+
export * from './nodes/n8n-nodes-langchain/lmChatNvidia';
|
|
145
147
|
export * from './nodes/n8n-nodes-langchain/lmChatOllama';
|
|
146
148
|
export * from './nodes/n8n-nodes-langchain/lmChatOpenAi';
|
|
147
149
|
export * from './nodes/n8n-nodes-langchain/lmChatOpenRouter';
|
|
@@ -243,6 +245,7 @@ export type KnownNodeType =
|
|
|
243
245
|
| '@n8n/n8n-nodes-langchain.lmChatMinimax'
|
|
244
246
|
| '@n8n/n8n-nodes-langchain.lmChatMoonshot'
|
|
245
247
|
| '@n8n/n8n-nodes-langchain.lmChatLemonade'
|
|
248
|
+
| '@n8n/n8n-nodes-langchain.lmChatNvidia'
|
|
246
249
|
| '@n8n/n8n-nodes-langchain.lmChatOllama'
|
|
247
250
|
| '@n8n/n8n-nodes-langchain.lmChatOpenRouter'
|
|
248
251
|
| '@n8n/n8n-nodes-langchain.lmChatVercelAiGateway'
|
|
@@ -337,6 +340,7 @@ export type AllNodeTypes =
|
|
|
337
340
|
| LcLmChatMinimaxNode
|
|
338
341
|
| LcLmChatMistralCloudNode
|
|
339
342
|
| LcLmChatMoonshotNode
|
|
343
|
+
| LcLmChatNvidiaNode
|
|
340
344
|
| LcLmChatOllamaNode
|
|
341
345
|
| LcLmChatOpenAiNode
|
|
342
346
|
| LcLmChatOpenRouterNode
|
|
@@ -17,7 +17,12 @@ export interface LcAgentV3Params {
|
|
|
17
17
|
* @displayOptions.show { promptType: ["define"] }
|
|
18
18
|
*/
|
|
19
19
|
text: string | Expression<string>;
|
|
20
|
-
|
|
20
|
+
/**
|
|
21
|
+
* Require Specific Output Format
|
|
22
|
+
* @builderHint Set to `true` when you need structured JSON output. The agent then requires an `outputParser` entry in its `subnodes` config (typically an `outputParserStructured` node defined via the `outputParser({...})` SDK factory). With `hasOutputParser: false` the agent returns a plain string in `$json.output`.
|
|
23
|
+
* @default false
|
|
24
|
+
*/
|
|
25
|
+
hasOutputParser?: boolean;
|
|
21
26
|
needsFallback?: boolean;
|
|
22
27
|
options?: {
|
|
23
28
|
/** The message that will be sent to the agent before the conversation starts
|
|
@@ -17,7 +17,12 @@ export interface LcAgentV31Params {
|
|
|
17
17
|
* @default ={{ $json.guardrailsInput }}
|
|
18
18
|
*/
|
|
19
19
|
text?: string | Expression<string>;
|
|
20
|
-
|
|
20
|
+
/**
|
|
21
|
+
* Require Specific Output Format
|
|
22
|
+
* @builderHint Set to `true` when you need structured JSON output. The agent then requires an `outputParser` entry in its `subnodes` config (typically an `outputParserStructured` node defined via the `outputParser({...})` SDK factory). With `hasOutputParser: false` the agent returns a plain string in `$json.output`.
|
|
23
|
+
* @default false
|
|
24
|
+
*/
|
|
25
|
+
hasOutputParser?: boolean;
|
|
21
26
|
needsFallback?: boolean;
|
|
22
27
|
options?: {
|
|
23
28
|
/** The message that will be sent to the agent before the conversation starts
|
|
@@ -16,7 +16,12 @@ export interface LcAgentToolV3Params {
|
|
|
16
16
|
* @placeholderSupported false
|
|
17
17
|
*/
|
|
18
18
|
text: string | Expression<string>;
|
|
19
|
-
|
|
19
|
+
/**
|
|
20
|
+
* Require Specific Output Format
|
|
21
|
+
* @builderHint Set to `true` when you need structured JSON output. The agent then requires an `outputParser` entry in its `subnodes` config (typically an `outputParserStructured` node defined via the `outputParser({...})` SDK factory). With `hasOutputParser: false` the agent returns a plain string in `$json.output`.
|
|
22
|
+
* @default false
|
|
23
|
+
*/
|
|
24
|
+
hasOutputParser?: boolean;
|
|
20
25
|
needsFallback?: boolean;
|
|
21
26
|
options?: {
|
|
22
27
|
/** The message that will be sent to the agent before the conversation starts
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NVIDIA Nemotron Chat Model Node Types
|
|
3
|
+
*
|
|
4
|
+
* Re-exports all version-specific types and provides combined union type.
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { LcLmChatNvidiaV1Node } from './v1';
|
|
8
|
+
|
|
9
|
+
export * from './v1';
|
|
10
|
+
|
|
11
|
+
// Combined union type for all versions
|
|
12
|
+
export type LcLmChatNvidiaNode = LcLmChatNvidiaV1Node;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NVIDIA Nemotron Chat Model Node - Version 1 - Zod Validation Schemas
|
|
3
|
+
*
|
|
4
|
+
* These schemas validate node configuration at runtime.
|
|
5
|
+
* Use .parse() for strict validation or .safeParse() for error handling.
|
|
6
|
+
*
|
|
7
|
+
* Schema helpers (z, expressionSchema, etc.) are passed as parameters
|
|
8
|
+
* by the schema-validator, not imported from external files.
|
|
9
|
+
*
|
|
10
|
+
* @generated - CommonJS JavaScript for runtime loading
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
module.exports = function getSchema({ parameters, z, expressionSchema, stringOrExpression, numberOrExpression, booleanOrExpression, resourceLocatorValueSchema, resourceMapperValueSchema, filterValueSchema, assignmentCollectionValueSchema, iDataObjectSchema, resolveSchema }) {
|
|
14
|
+
|
|
15
|
+
// Parameters schema
|
|
16
|
+
const parametersSchema = z.object({
|
|
17
|
+
model: z.union([z.literal('nvidia/llama-3.3-nemotron-super-49b-v1'), z.literal('nvidia/llama-3.1-nemotron-70b-instruct'), z.literal('nvidia/llama-3.1-nemotron-nano-8b-v1'), z.literal('nvidia/nemotron-4-340b-instruct'), z.literal('nvidia/nemotron-mini-4b-instruct'), expressionSchema]).optional(),
|
|
18
|
+
options: z.object({ frequencyPenalty: numberOrExpression.optional(), maxTokens: numberOrExpression.optional(), responseFormat: z.union([z.literal('text'), z.literal('json_object'), expressionSchema]).optional(), presencePenalty: numberOrExpression.optional(), temperature: numberOrExpression.optional(), timeout: numberOrExpression.optional(), maxRetries: numberOrExpression.optional(), topP: numberOrExpression.optional() }).optional(),
|
|
19
|
+
});
|
|
20
|
+
|
|
21
|
+
// Return combined config schema
|
|
22
|
+
return z.object({
|
|
23
|
+
parameters: parametersSchema.nullable().optional(),
|
|
24
|
+
});
|
|
25
|
+
};
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NVIDIA Nemotron Chat Model Node - Version 1
|
|
3
|
+
* NVIDIA Nemotron models from build.nvidia.com or self-hosted NIM
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
export interface LcLmChatNvidiaV1Params {
|
|
8
|
+
/**
|
|
9
|
+
* The Nemotron model which will generate the completion. <a href="https://build.nvidia.com/models">Learn more</a>.
|
|
10
|
+
* @default nvidia/llama-3.3-nemotron-super-49b-v1
|
|
11
|
+
*/
|
|
12
|
+
model?: 'nvidia/llama-3.3-nemotron-super-49b-v1' | 'nvidia/llama-3.1-nemotron-70b-instruct' | 'nvidia/llama-3.1-nemotron-nano-8b-v1' | 'nvidia/nemotron-4-340b-instruct' | 'nvidia/nemotron-mini-4b-instruct' | Expression<string>;
|
|
13
|
+
/**
|
|
14
|
+
* Additional options to add
|
|
15
|
+
* @default {}
|
|
16
|
+
*/
|
|
17
|
+
options?: {
|
|
18
|
+
/** Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim
|
|
19
|
+
* @default 0
|
|
20
|
+
*/
|
|
21
|
+
frequencyPenalty?: number | Expression<number>;
|
|
22
|
+
/** The maximum number of tokens to generate in the completion. Use -1 for the model default.
|
|
23
|
+
* @default -1
|
|
24
|
+
*/
|
|
25
|
+
maxTokens?: number | Expression<number>;
|
|
26
|
+
/** Response Format
|
|
27
|
+
* @default text
|
|
28
|
+
*/
|
|
29
|
+
responseFormat?: 'text' | 'json_object' | Expression<string>;
|
|
30
|
+
/** Positive values penalize new tokens based on whether they appear in the text so far, increasing the model's likelihood to talk about new topics
|
|
31
|
+
* @default 0
|
|
32
|
+
*/
|
|
33
|
+
presencePenalty?: number | Expression<number>;
|
|
34
|
+
/** Controls randomness: Lowering results in less random completions. As the temperature approaches zero, the model will become deterministic and repetitive.
|
|
35
|
+
* @default 0.7
|
|
36
|
+
*/
|
|
37
|
+
temperature?: number | Expression<number>;
|
|
38
|
+
/** Maximum amount of time a request is allowed to take in milliseconds
|
|
39
|
+
* @default 360000
|
|
40
|
+
*/
|
|
41
|
+
timeout?: number | Expression<number>;
|
|
42
|
+
/** Maximum number of retries to attempt
|
|
43
|
+
* @default 2
|
|
44
|
+
*/
|
|
45
|
+
maxRetries?: number | Expression<number>;
|
|
46
|
+
/** Controls diversity via nucleus sampling: 0.5 means half of all likelihood-weighted options are considered. We generally recommend altering this or temperature but not both.
|
|
47
|
+
* @default 1
|
|
48
|
+
*/
|
|
49
|
+
topP?: number | Expression<number>;
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
export interface LcLmChatNvidiaV1Credentials {
|
|
54
|
+
nvidiaApi: CredentialReference;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
interface LcLmChatNvidiaV1NodeBase {
|
|
58
|
+
type: '@n8n/n8n-nodes-langchain.lmChatNvidia';
|
|
59
|
+
version: 1;
|
|
60
|
+
credentials?: LcLmChatNvidiaV1Credentials;
|
|
61
|
+
isTrigger: true;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
export type LcLmChatNvidiaV1ParamsNode = LcLmChatNvidiaV1NodeBase & {
|
|
65
|
+
config: NodeConfig<LcLmChatNvidiaV1Params>;
|
|
66
|
+
};
|
|
67
|
+
|
|
68
|
+
export type LcLmChatNvidiaV1Node = LcLmChatNvidiaV1ParamsNode;
|
package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreAzureAISearch/v1/mode_insert.ts
CHANGED
|
@@ -10,6 +10,26 @@ interface Credentials {
|
|
|
10
10
|
|
|
11
11
|
/** Insert documents into vector store */
|
|
12
12
|
export type LcVectorStoreAzureAISearchV1InsertParams = {
|
|
13
|
+
/**
|
|
14
|
+
* Sits on the main flow — pipe the documents you want to embed into this node. Declare with `vectorStore({...})`. Required subnodes: `embedding` and `documentLoader`. If the goal is letting an LLM query the store, use `mode: 'retrieve-as-tool'` instead.
|
|
15
|
+
* <patterns>
|
|
16
|
+
* <pattern title="insert mode — upsert documents (generic, works for any vectorStore* node)">
|
|
17
|
+
* // Substitute the type literal and provider-specific parameters (e.g. pineconeIndex,
|
|
18
|
+
* // qdrantCollection, supabaseTableName) — see the rest of this file for the exact shape.
|
|
19
|
+
* const store = vectorStore({
|
|
20
|
+
* type: '@n8n/n8n-nodes-langchain.vectorStoreXxx',
|
|
21
|
+
* config: {
|
|
22
|
+
* name: 'Knowledge Base',
|
|
23
|
+
* parameters: {
|
|
24
|
+
* mode: 'insert',
|
|
25
|
+
* // ...provider-specific parameters
|
|
26
|
+
* },
|
|
27
|
+
* subnodes: { embedding: embeddingsOpenAi, documentLoader: defaultDataLoader }
|
|
28
|
+
* }
|
|
29
|
+
* });
|
|
30
|
+
* </pattern>
|
|
31
|
+
* </patterns>
|
|
32
|
+
*/
|
|
13
33
|
mode: 'insert';
|
|
14
34
|
/**
|
|
15
35
|
* The name of the Azure AI Search index. Will be created automatically if it does not exist.
|
package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreAzureAISearch/v1/mode_load.ts
CHANGED
|
@@ -10,6 +10,26 @@ interface Credentials {
|
|
|
10
10
|
|
|
11
11
|
/** Get many ranked documents from vector store for query */
|
|
12
12
|
export type LcVectorStoreAzureAISearchV1LoadParams = {
|
|
13
|
+
/**
|
|
14
|
+
* One-shot similarity search on the main flow using the `prompt` parameter. Declare with `vectorStore({...})`. Required subnodes: `embedding`. For LLM-driven querying (RAG), use `mode: 'retrieve-as-tool'` instead.
|
|
15
|
+
* <patterns>
|
|
16
|
+
* <pattern title="load mode — one-shot similarity search (generic)">
|
|
17
|
+
* // Substitute the type literal and provider-specific parameters — see the rest of this file.
|
|
18
|
+
* const lookup = vectorStore({
|
|
19
|
+
* type: '@n8n/n8n-nodes-langchain.vectorStoreXxx',
|
|
20
|
+
* config: {
|
|
21
|
+
* name: 'Knowledge Base',
|
|
22
|
+
* parameters: {
|
|
23
|
+
* mode: 'load',
|
|
24
|
+
* prompt: expr('{{ $json.query }}'),
|
|
25
|
+
* // ...provider-specific parameters
|
|
26
|
+
* },
|
|
27
|
+
* subnodes: { embedding: embeddingsOpenAi }
|
|
28
|
+
* }
|
|
29
|
+
* });
|
|
30
|
+
* </pattern>
|
|
31
|
+
* </patterns>
|
|
32
|
+
*/
|
|
13
33
|
mode: 'load';
|
|
14
34
|
/**
|
|
15
35
|
* The name of the Azure AI Search index. Will be created automatically if it does not exist.
|
package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreAzureAISearch/v1/mode_retrieve.ts
CHANGED
|
@@ -10,6 +10,31 @@ interface Credentials {
|
|
|
10
10
|
|
|
11
11
|
/** Retrieve documents from vector store to be used as vector store with AI nodes */
|
|
12
12
|
export type LcVectorStoreAzureAISearchV1RetrieveParams = {
|
|
13
|
+
/**
|
|
14
|
+
* Exposes the store as an `ai_vectorStore` subnode for another node (e.g. `toolVectorStore`). Declare with `vectorStore({...})`. Required subnodes: `embedding`. For RAG with an AI Agent directly, prefer `mode: 'retrieve-as-tool'`.
|
|
15
|
+
* <patterns>
|
|
16
|
+
* <pattern title="retrieve mode — feed another node as a subnode (generic)">
|
|
17
|
+
* // Substitute the type literal and provider-specific parameters — see the rest of this file.
|
|
18
|
+
* const store = vectorStore({
|
|
19
|
+
* type: '@n8n/n8n-nodes-langchain.vectorStoreXxx',
|
|
20
|
+
* config: {
|
|
21
|
+
* name: 'Knowledge Base',
|
|
22
|
+
* parameters: { mode: 'retrieve' /* + provider-specific parameters *\/ },
|
|
23
|
+
* subnodes: { embedding: embeddingsOpenAi }
|
|
24
|
+
* }
|
|
25
|
+
* });
|
|
26
|
+
*
|
|
27
|
+
* const retrieverTool = tool({
|
|
28
|
+
* type: '@n8n/n8n-nodes-langchain.toolVectorStore',
|
|
29
|
+
* config: {
|
|
30
|
+
* name: 'KB Retriever',
|
|
31
|
+
* parameters: { description: 'Search the product knowledge base' },
|
|
32
|
+
* subnodes: { vectorStore: store, model: openAiModel }
|
|
33
|
+
* }
|
|
34
|
+
* });
|
|
35
|
+
* </pattern>
|
|
36
|
+
* </patterns>
|
|
37
|
+
*/
|
|
13
38
|
mode: 'retrieve';
|
|
14
39
|
/**
|
|
15
40
|
* The name of the Azure AI Search index. Will be created automatically if it does not exist.
|
|
@@ -10,6 +10,36 @@ interface Credentials {
|
|
|
10
10
|
|
|
11
11
|
/** Retrieve documents from vector store to be used as tool with AI nodes */
|
|
12
12
|
export type LcVectorStoreAzureAISearchV1RetrieveAsToolParams = {
|
|
13
|
+
/**
|
|
14
|
+
* Canonical RAG mode — declare with the `tool({...})` factory (NOT `vectorStore`) and plug into an AI Agent's `subnodes.tools`. Required subnodes: `embedding`. Set `toolDescription` so the agent knows when to call it.
|
|
15
|
+
* <patterns>
|
|
16
|
+
* <pattern title="retrieve-as-tool mode — RAG via AI Agent (generic, works for any vectorStore* node)">
|
|
17
|
+
* // Substitute the type literal and provider-specific parameters — see the rest of this file
|
|
18
|
+
* // for the exact shape (e.g. pineconeIndex, qdrantCollection, supabaseTableName).
|
|
19
|
+
* const knowledgeBase = tool({
|
|
20
|
+
* type: '@n8n/n8n-nodes-langchain.vectorStoreXxx',
|
|
21
|
+
* config: {
|
|
22
|
+
* name: 'Knowledge Base',
|
|
23
|
+
* parameters: {
|
|
24
|
+
* mode: 'retrieve-as-tool',
|
|
25
|
+
* toolDescription: 'Search the product knowledge base',
|
|
26
|
+
* // ...provider-specific parameters
|
|
27
|
+
* },
|
|
28
|
+
* subnodes: { embedding: embeddingsOpenAi }
|
|
29
|
+
* }
|
|
30
|
+
* });
|
|
31
|
+
*
|
|
32
|
+
* const agent = node({
|
|
33
|
+
* type: '@n8n/n8n-nodes-langchain.agent',
|
|
34
|
+
* config: {
|
|
35
|
+
* name: 'Support Agent',
|
|
36
|
+
* parameters: { promptType: 'define', text: expr('{{ $json.question }}') },
|
|
37
|
+
* subnodes: { model: openAiModel, tools: [knowledgeBase] }
|
|
38
|
+
* }
|
|
39
|
+
* });
|
|
40
|
+
* </pattern>
|
|
41
|
+
* </patterns>
|
|
42
|
+
*/
|
|
13
43
|
mode: 'retrieve-as-tool';
|
|
14
44
|
/**
|
|
15
45
|
* Name of the vector store
|
package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreAzureAISearch/v1/mode_update.ts
CHANGED
|
@@ -10,6 +10,22 @@ interface Credentials {
|
|
|
10
10
|
|
|
11
11
|
/** Update documents in vector store by ID */
|
|
12
12
|
export type LcVectorStoreAzureAISearchV1UpdateParams = {
|
|
13
|
+
/**
|
|
14
|
+
* Updates a single document by `id`. Declare with `vectorStore({...})`. Required subnodes: `embedding`. Only available on stores whose `operationModes` enables it — most providers omit this mode.
|
|
15
|
+
* <patterns>
|
|
16
|
+
* <pattern title="update mode — update document by ID (generic)">
|
|
17
|
+
* // Substitute the type literal and provider-specific parameters — see the rest of this file.
|
|
18
|
+
* const store = vectorStore({
|
|
19
|
+
* type: '@n8n/n8n-nodes-langchain.vectorStoreXxx',
|
|
20
|
+
* config: {
|
|
21
|
+
* name: 'Knowledge Base',
|
|
22
|
+
* parameters: { mode: 'update', id: expr('{{ $json.docId }}') },
|
|
23
|
+
* subnodes: { embedding: embeddingsOpenAi }
|
|
24
|
+
* }
|
|
25
|
+
* });
|
|
26
|
+
* </pattern>
|
|
27
|
+
* </patterns>
|
|
28
|
+
*/
|
|
13
29
|
mode: 'update';
|
|
14
30
|
/**
|
|
15
31
|
* The name of the Azure AI Search index. Will be created automatically if it does not exist.
|
package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreAzureAISearch/v11/mode_insert.ts
CHANGED
|
@@ -10,6 +10,26 @@ interface Credentials {
|
|
|
10
10
|
|
|
11
11
|
/** Insert documents into vector store */
|
|
12
12
|
export type LcVectorStoreAzureAISearchV11InsertParams = {
|
|
13
|
+
/**
|
|
14
|
+
* Sits on the main flow — pipe the documents you want to embed into this node. Declare with `vectorStore({...})`. Required subnodes: `embedding` and `documentLoader`. If the goal is letting an LLM query the store, use `mode: 'retrieve-as-tool'` instead.
|
|
15
|
+
* <patterns>
|
|
16
|
+
* <pattern title="insert mode — upsert documents (generic, works for any vectorStore* node)">
|
|
17
|
+
* // Substitute the type literal and provider-specific parameters (e.g. pineconeIndex,
|
|
18
|
+
* // qdrantCollection, supabaseTableName) — see the rest of this file for the exact shape.
|
|
19
|
+
* const store = vectorStore({
|
|
20
|
+
* type: '@n8n/n8n-nodes-langchain.vectorStoreXxx',
|
|
21
|
+
* config: {
|
|
22
|
+
* name: 'Knowledge Base',
|
|
23
|
+
* parameters: {
|
|
24
|
+
* mode: 'insert',
|
|
25
|
+
* // ...provider-specific parameters
|
|
26
|
+
* },
|
|
27
|
+
* subnodes: { embedding: embeddingsOpenAi, documentLoader: defaultDataLoader }
|
|
28
|
+
* }
|
|
29
|
+
* });
|
|
30
|
+
* </pattern>
|
|
31
|
+
* </patterns>
|
|
32
|
+
*/
|
|
13
33
|
mode: 'insert';
|
|
14
34
|
/**
|
|
15
35
|
* The name of the Azure AI Search index. Will be created automatically if it does not exist.
|
package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreAzureAISearch/v11/mode_load.ts
CHANGED
|
@@ -10,6 +10,26 @@ interface Credentials {
|
|
|
10
10
|
|
|
11
11
|
/** Get many ranked documents from vector store for query */
|
|
12
12
|
export type LcVectorStoreAzureAISearchV11LoadParams = {
|
|
13
|
+
/**
|
|
14
|
+
* One-shot similarity search on the main flow using the `prompt` parameter. Declare with `vectorStore({...})`. Required subnodes: `embedding`. For LLM-driven querying (RAG), use `mode: 'retrieve-as-tool'` instead.
|
|
15
|
+
* <patterns>
|
|
16
|
+
* <pattern title="load mode — one-shot similarity search (generic)">
|
|
17
|
+
* // Substitute the type literal and provider-specific parameters — see the rest of this file.
|
|
18
|
+
* const lookup = vectorStore({
|
|
19
|
+
* type: '@n8n/n8n-nodes-langchain.vectorStoreXxx',
|
|
20
|
+
* config: {
|
|
21
|
+
* name: 'Knowledge Base',
|
|
22
|
+
* parameters: {
|
|
23
|
+
* mode: 'load',
|
|
24
|
+
* prompt: expr('{{ $json.query }}'),
|
|
25
|
+
* // ...provider-specific parameters
|
|
26
|
+
* },
|
|
27
|
+
* subnodes: { embedding: embeddingsOpenAi }
|
|
28
|
+
* }
|
|
29
|
+
* });
|
|
30
|
+
* </pattern>
|
|
31
|
+
* </patterns>
|
|
32
|
+
*/
|
|
13
33
|
mode: 'load';
|
|
14
34
|
/**
|
|
15
35
|
* The name of the Azure AI Search index. Will be created automatically if it does not exist.
|
|
@@ -10,6 +10,31 @@ interface Credentials {
|
|
|
10
10
|
|
|
11
11
|
/** Retrieve documents from vector store to be used as vector store with AI nodes */
|
|
12
12
|
export type LcVectorStoreAzureAISearchV11RetrieveParams = {
|
|
13
|
+
/**
|
|
14
|
+
* Exposes the store as an `ai_vectorStore` subnode for another node (e.g. `toolVectorStore`). Declare with `vectorStore({...})`. Required subnodes: `embedding`. For RAG with an AI Agent directly, prefer `mode: 'retrieve-as-tool'`.
|
|
15
|
+
* <patterns>
|
|
16
|
+
* <pattern title="retrieve mode — feed another node as a subnode (generic)">
|
|
17
|
+
* // Substitute the type literal and provider-specific parameters — see the rest of this file.
|
|
18
|
+
* const store = vectorStore({
|
|
19
|
+
* type: '@n8n/n8n-nodes-langchain.vectorStoreXxx',
|
|
20
|
+
* config: {
|
|
21
|
+
* name: 'Knowledge Base',
|
|
22
|
+
* parameters: { mode: 'retrieve' /* + provider-specific parameters *\/ },
|
|
23
|
+
* subnodes: { embedding: embeddingsOpenAi }
|
|
24
|
+
* }
|
|
25
|
+
* });
|
|
26
|
+
*
|
|
27
|
+
* const retrieverTool = tool({
|
|
28
|
+
* type: '@n8n/n8n-nodes-langchain.toolVectorStore',
|
|
29
|
+
* config: {
|
|
30
|
+
* name: 'KB Retriever',
|
|
31
|
+
* parameters: { description: 'Search the product knowledge base' },
|
|
32
|
+
* subnodes: { vectorStore: store, model: openAiModel }
|
|
33
|
+
* }
|
|
34
|
+
* });
|
|
35
|
+
* </pattern>
|
|
36
|
+
* </patterns>
|
|
37
|
+
*/
|
|
13
38
|
mode: 'retrieve';
|
|
14
39
|
/**
|
|
15
40
|
* The name of the Azure AI Search index. Will be created automatically if it does not exist.
|
|
@@ -10,6 +10,36 @@ interface Credentials {
|
|
|
10
10
|
|
|
11
11
|
/** Retrieve documents from vector store to be used as tool with AI nodes */
|
|
12
12
|
export type LcVectorStoreAzureAISearchV11RetrieveAsToolParams = {
|
|
13
|
+
/**
|
|
14
|
+
* Canonical RAG mode — declare with the `tool({...})` factory (NOT `vectorStore`) and plug into an AI Agent's `subnodes.tools`. Required subnodes: `embedding`. Set `toolDescription` so the agent knows when to call it.
|
|
15
|
+
* <patterns>
|
|
16
|
+
* <pattern title="retrieve-as-tool mode — RAG via AI Agent (generic, works for any vectorStore* node)">
|
|
17
|
+
* // Substitute the type literal and provider-specific parameters — see the rest of this file
|
|
18
|
+
* // for the exact shape (e.g. pineconeIndex, qdrantCollection, supabaseTableName).
|
|
19
|
+
* const knowledgeBase = tool({
|
|
20
|
+
* type: '@n8n/n8n-nodes-langchain.vectorStoreXxx',
|
|
21
|
+
* config: {
|
|
22
|
+
* name: 'Knowledge Base',
|
|
23
|
+
* parameters: {
|
|
24
|
+
* mode: 'retrieve-as-tool',
|
|
25
|
+
* toolDescription: 'Search the product knowledge base',
|
|
26
|
+
* // ...provider-specific parameters
|
|
27
|
+
* },
|
|
28
|
+
* subnodes: { embedding: embeddingsOpenAi }
|
|
29
|
+
* }
|
|
30
|
+
* });
|
|
31
|
+
*
|
|
32
|
+
* const agent = node({
|
|
33
|
+
* type: '@n8n/n8n-nodes-langchain.agent',
|
|
34
|
+
* config: {
|
|
35
|
+
* name: 'Support Agent',
|
|
36
|
+
* parameters: { promptType: 'define', text: expr('{{ $json.question }}') },
|
|
37
|
+
* subnodes: { model: openAiModel, tools: [knowledgeBase] }
|
|
38
|
+
* }
|
|
39
|
+
* });
|
|
40
|
+
* </pattern>
|
|
41
|
+
* </patterns>
|
|
42
|
+
*/
|
|
13
43
|
mode: 'retrieve-as-tool';
|
|
14
44
|
/**
|
|
15
45
|
* Name of the vector store
|
package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreAzureAISearch/v11/mode_update.ts
CHANGED
|
@@ -10,6 +10,22 @@ interface Credentials {
|
|
|
10
10
|
|
|
11
11
|
/** Update documents in vector store by ID */
|
|
12
12
|
export type LcVectorStoreAzureAISearchV11UpdateParams = {
|
|
13
|
+
/**
|
|
14
|
+
* Updates a single document by `id`. Declare with `vectorStore({...})`. Required subnodes: `embedding`. Only available on stores whose `operationModes` enables it — most providers omit this mode.
|
|
15
|
+
* <patterns>
|
|
16
|
+
* <pattern title="update mode — update document by ID (generic)">
|
|
17
|
+
* // Substitute the type literal and provider-specific parameters — see the rest of this file.
|
|
18
|
+
* const store = vectorStore({
|
|
19
|
+
* type: '@n8n/n8n-nodes-langchain.vectorStoreXxx',
|
|
20
|
+
* config: {
|
|
21
|
+
* name: 'Knowledge Base',
|
|
22
|
+
* parameters: { mode: 'update', id: expr('{{ $json.docId }}') },
|
|
23
|
+
* subnodes: { embedding: embeddingsOpenAi }
|
|
24
|
+
* }
|
|
25
|
+
* });
|
|
26
|
+
* </pattern>
|
|
27
|
+
* </patterns>
|
|
28
|
+
*/
|
|
13
29
|
mode: 'update';
|
|
14
30
|
/**
|
|
15
31
|
* The name of the Azure AI Search index. Will be created automatically if it does not exist.
|
package/dist/node-definitions/nodes/n8n-nodes-langchain/vectorStoreAzureAISearch/v12/mode_insert.ts
CHANGED
|
@@ -10,6 +10,26 @@ interface Credentials {
|
|
|
10
10
|
|
|
11
11
|
/** Insert documents into vector store */
|
|
12
12
|
export type LcVectorStoreAzureAISearchV12InsertParams = {
|
|
13
|
+
/**
|
|
14
|
+
* Sits on the main flow — pipe the documents you want to embed into this node. Declare with `vectorStore({...})`. Required subnodes: `embedding` and `documentLoader`. If the goal is letting an LLM query the store, use `mode: 'retrieve-as-tool'` instead.
|
|
15
|
+
* <patterns>
|
|
16
|
+
* <pattern title="insert mode — upsert documents (generic, works for any vectorStore* node)">
|
|
17
|
+
* // Substitute the type literal and provider-specific parameters (e.g. pineconeIndex,
|
|
18
|
+
* // qdrantCollection, supabaseTableName) — see the rest of this file for the exact shape.
|
|
19
|
+
* const store = vectorStore({
|
|
20
|
+
* type: '@n8n/n8n-nodes-langchain.vectorStoreXxx',
|
|
21
|
+
* config: {
|
|
22
|
+
* name: 'Knowledge Base',
|
|
23
|
+
* parameters: {
|
|
24
|
+
* mode: 'insert',
|
|
25
|
+
* // ...provider-specific parameters
|
|
26
|
+
* },
|
|
27
|
+
* subnodes: { embedding: embeddingsOpenAi, documentLoader: defaultDataLoader }
|
|
28
|
+
* }
|
|
29
|
+
* });
|
|
30
|
+
* </pattern>
|
|
31
|
+
* </patterns>
|
|
32
|
+
*/
|
|
13
33
|
mode: 'insert';
|
|
14
34
|
/**
|
|
15
35
|
* The name of the Azure AI Search index. Will be created automatically if it does not exist.
|