Skip to content

Chat Hub Vector Store Qdrant

Node: chatHubVectorStoreQdrant · Full type: @n8n/n8n-nodes-langchain.chatHubVectorStoreQdrant · Version: 1.3

Credentials

chatHubVectorStoreQdrantApi (alias: @chat)

CREDENTIAL @chat = chatHubVectorStoreQdrantApi "My Chat Hub Vector Store Qdrant"

Parameters

Parameter Type Default Details
mode options "retrieve" load, insert, retrieve, retrieve-as-tool
toolName string "" required
toolDescription string "" required
embeddingBatchSize number 200
prompt string "" required
topK number 4
includeDocumentMetadata boolean true
useReranker boolean false
id string "" required

Example

NODE "chatHubVectorStoreQdrant" @chat AS "Chat Hub Vector Store Qdrant" {
  toolName: {{ $json.toolName }},
  toolDescription: {{ $json.toolDescription }},
  prompt: {{ $json.prompt }},
  id: {{ $json.id }}
}