UNPKG

@n8n/n8n-nodes-langchain

Version:

![Banner image](https://user-images.githubusercontent.com/10284570/173569848-c624317f-42b1-45a6-ab09-f0ea3c247648.png)

22 lines 954 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ChatHubVectorStoreQdrantApi = void 0; class ChatHubVectorStoreQdrantApi { constructor() { this.name = 'chatHubVectorStoreQdrantApi'; this.extends = ['qdrantApi']; this.displayName = 'ChatHub Qdrant Vector Store API'; this.documentationUrl = 'qdrant'; this.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. The collection is created automatically if it does not exist.', }, ]; } } exports.ChatHubVectorStoreQdrantApi = ChatHubVectorStoreQdrantApi; //# sourceMappingURL=ChatHubVectorStoreQdrantApi.credentials.js.map