Qdrant Connection
Connect Qdrant for high-performance vector similarity search.
Required Credentials
- URL (Qdrant instance URL)
- API Key (optional, for cloud instances)
Setup Steps
Qdrant Cloud
- Go to Qdrant Cloud
- Create a cluster
- Copy the cluster URL
- Generate an API key
- Add credentials to your Workflow Builder connections
Self-hosted Qdrant
- Deploy Qdrant using Docker or other methods
- Use format:
http://host:6333 - Add URL to your Workflow Builder connections
Features
- Create and manage collections
- Upsert points with vectors
- Search similar vectors
- Filter searches with conditions
- Delete points
Best Practices
- Choose appropriate vector dimensions
- Use payload filtering for hybrid search
- Configure collection settings for your use case
- Monitor collection size and performance