qdrant-add-documents
Batch-add documents with content, optional IDs, and metadata to a specified Qdrant collection.
Instructions
Add multiple documents in batch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| documents | Yes | List of documents to add. Each document should have 'content' and optionally 'id' and 'metadata'. | |
| collection_name | Yes | The collection to add documents to |