qdrant-create-collection
Create a new vector collection with configurable dimensions, using default embedding provider size when not specified.
Instructions
Create a new collection with vector configuration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collection_name | Yes | The name of the collection to create | |
| vector_size | No | Vector size. If omitted, uses embedding provider's default. |