@n8n/n8n-nodes-langchain
Version:

210 lines • 5.25 kB
JSON
{
"anthropicApi": {
"className": "AnthropicApi",
"sourcePath": "dist/credentials/AnthropicApi.credentials.js",
"supportedNodes": [
"anthropic",
"lmChatAnthropic"
]
},
"azureAiSearchApi": {
"className": "AzureAiSearchApi",
"sourcePath": "dist/credentials/AzureAiSearchApi.credentials.js",
"supportedNodes": [
"vectorStoreAzureAISearch"
]
},
"azureOpenAiApi": {
"className": "AzureOpenAiApi",
"sourcePath": "dist/credentials/AzureOpenAiApi.credentials.js",
"supportedNodes": [
"embeddingsAzureOpenAi",
"lmChatAzureOpenAi"
]
},
"azureEntraCognitiveServicesOAuth2Api": {
"className": "AzureEntraCognitiveServicesOAuth2Api",
"sourcePath": "dist/credentials/AzureEntraCognitiveServicesOAuth2Api.credentials.js",
"extends": [
"oAuth2Api"
],
"supportedNodes": [
"lmChatAzureOpenAi"
]
},
"cohereApi": {
"className": "CohereApi",
"sourcePath": "dist/credentials/CohereApi.credentials.js",
"supportedNodes": [
"embeddingsCohere",
"lmChatCohere",
"lmCohere",
"rerankerCohere"
]
},
"deepSeekApi": {
"className": "DeepSeekApi",
"sourcePath": "dist/credentials/DeepSeekApi.credentials.js",
"supportedNodes": [
"lmChatDeepSeek"
]
},
"googlePalmApi": {
"className": "GooglePalmApi",
"sourcePath": "dist/credentials/GooglePalmApi.credentials.js",
"supportedNodes": [
"googleGemini",
"embeddingsGoogleGemini",
"lmChatGoogleGemini"
]
},
"groqApi": {
"className": "GroqApi",
"sourcePath": "dist/credentials/GroqApi.credentials.js",
"supportedNodes": [
"lmChatGroq"
]
},
"huggingFaceApi": {
"className": "HuggingFaceApi",
"sourcePath": "dist/credentials/HuggingFaceApi.credentials.js",
"supportedNodes": [
"embeddingsHuggingFaceInference",
"lmOpenHuggingFaceInference"
]
},
"mcpOAuth2Api": {
"className": "McpOAuth2Api",
"sourcePath": "dist/credentials/McpOAuth2Api.credentials.js",
"extends": [
"oAuth2Api"
],
"supportedNodes": [
"mcpClient",
"mcpClientTool"
]
},
"motorheadApi": {
"className": "MotorheadApi",
"sourcePath": "dist/credentials/MotorheadApi.credentials.js",
"supportedNodes": [
"memoryMotorhead"
]
},
"milvusApi": {
"className": "MilvusApi",
"sourcePath": "dist/credentials/MilvusApi.credentials.js",
"supportedNodes": [
"vectorStoreMilvus"
]
},
"mistralCloudApi": {
"className": "MistralCloudApi",
"sourcePath": "dist/credentials/MistralCloudApi.credentials.js",
"supportedNodes": [
"embeddingsMistralCloud",
"lmChatMistralCloud"
]
},
"lemonadeApi": {
"className": "LemonadeApi",
"sourcePath": "dist/credentials/LemonadeApi.credentials.js",
"supportedNodes": [
"embeddingsLemonade",
"lmChatLemonade",
"lmLemonade"
]
},
"ollamaApi": {
"className": "OllamaApi",
"sourcePath": "dist/credentials/OllamaApi.credentials.js",
"supportedNodes": [
"ollama",
"embeddingsOllama",
"lmChatOllama",
"lmOllama"
]
},
"openRouterApi": {
"className": "OpenRouterApi",
"sourcePath": "dist/credentials/OpenRouterApi.credentials.js",
"supportedNodes": [
"lmChatOpenRouter"
]
},
"pineconeApi": {
"className": "PineconeApi",
"sourcePath": "dist/credentials/PineconeApi.credentials.js",
"supportedNodes": [
"vectorStorePinecone",
"vectorStorePineconeInsert",
"vectorStorePineconeLoad"
]
},
"qdrantApi": {
"className": "QdrantApi",
"sourcePath": "dist/credentials/QdrantApi.credentials.js",
"supportedNodes": [
"vectorStoreQdrant"
]
},
"searXngApi": {
"className": "SearXngApi",
"sourcePath": "dist/credentials/SearXngApi.credentials.js",
"supportedNodes": [
"toolSearXng"
]
},
"serpApi": {
"className": "SerpApi",
"sourcePath": "dist/credentials/SerpApi.credentials.js",
"supportedNodes": [
"toolSerpApi"
]
},
"vercelAiGatewayApi": {
"className": "VercelAiGatewayApi",
"sourcePath": "dist/credentials/VercelAiGatewayApi.credentials.js",
"supportedNodes": [
"lmChatVercelAiGateway"
]
},
"weaviateApi": {
"className": "WeaviateApi",
"sourcePath": "dist/credentials/WeaviateApi.credentials.js",
"supportedNodes": [
"vectorStoreWeaviate"
]
},
"wolframAlphaApi": {
"className": "WolframAlphaApi",
"sourcePath": "dist/credentials/WolframAlphaApi.credentials.js",
"supportedNodes": [
"toolWolframAlpha"
]
},
"xAiApi": {
"className": "XAiApi",
"sourcePath": "dist/credentials/XAiApi.credentials.js",
"supportedNodes": [
"lmChatXAiGrok"
]
},
"xataApi": {
"className": "XataApi",
"sourcePath": "dist/credentials/XataApi.credentials.js",
"supportedNodes": [
"memoryXata"
]
},
"zepApi": {
"className": "ZepApi",
"sourcePath": "dist/credentials/ZepApi.credentials.js",
"supportedNodes": [
"memoryZep",
"vectorStoreZep",
"vectorStoreZepInsert",
"vectorStoreZepLoad"
]
}
}