add_documents
Enable semantic search by adding documents to a Qdrant collection with a specified embedding service, processing text chunks for efficient storage and retrieval.
Instructions
Add documents to a Qdrant collection with specified embedding service
Input Schema
Name | Required | Description | Default |
---|---|---|---|
chunkOverlap | No | Overlap between chunks (optional) | |
chunkSize | No | Size of text chunks (optional) | |
collection | Yes | Name of the collection to add documents to | |
embeddingService | Yes | Embedding service to use | |
filePath | Yes | Path to the file to process |