Category: NoSQL, Cloud Status: base
Connects to a Qdrant vector database server for managing vector collections and performing similarity search.
| Field | Default | Description |
|---|---|---|
| host | qdrant | Qdrant server hostname or IP |
| port | 6333 | Qdrant REST API port |
No authentication by default. Qdrant supports API key authentication — configure it in the Qdrant server settings and pass the key via the connection if required.