add_documents
Upload and process documents into a Qdrant collection using specified embedding services like OpenAI or Ollama. Define text chunk size and overlap for efficient semantic search integration.
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 |