Qdrant
This connector lets you connect to a Qdrant cluster using an endpoint URL and API key. It currently supports credential validation (testing the connection) and is not yet available for loading data.
Setup
- Ensure you have a reachable Qdrant endpoint (Qdrant Cloud or self-hosted).
- Create or obtain an API key for your Qdrant instance.
- Provide the endpoint and API key in the connector configuration.
Authentication
The connector authenticates to Qdrant using an API key sent in the api-key request header.
During connection testing, the connector calls:
GET {endpoint}/collections
A successful response indicates the endpoint and API key are valid.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
endpoint | string | ✅ | Base URL for your Qdrant instance (for example, https://YOUR-CLUSTER.qdrant.io or http://localhost:6333). Trailing slashes are allowed. |
api_key | string | ✅ | Qdrant API key used for authentication. |
Data loading support
Data loading is not yet implemented for this destination. Attempting to run a load will fail with an error indicating the destination is still in development.
Streams
This destination does not currently expose any streams or mappable objects because loading is not yet implemented.