Skip to main content

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

  1. Ensure you have a reachable Qdrant endpoint (Qdrant Cloud or self-hosted).
  2. Create or obtain an API key for your Qdrant instance.
  3. 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

FieldTypeRequiredDescription
endpointstringBase URL for your Qdrant instance (for example, https://YOUR-CLUSTER.qdrant.io or http://localhost:6333). Trailing slashes are allowed.
api_keystringQdrant 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.