Prerequisites
You need a Qdrant instance (self-hosted or Qdrant Cloud) and an API key if authentication is enabled.Connection Setup
1. Host URL
Enter the Qdrant host URL (e.g.https://your-cluster.qdrant.io).2. API Key
If using Qdrant Cloud, enter the API key from the console.3. Collection Name
Enter the collection name. The collection must exist with dimensions matching your embedding column.Data Requirements
- Embedding column — Vector data with dimensions matching the collection.
- Upsert key — Used as the point ID for upsert operations.