Installation
Install Qdrant:Setup
Create a Qdrant instance with an embedder:Usage
Qdrant supports both sync and async operations:Configuration Options
- collection - Name of the Qdrant collection
- embedder - Embedder instance for generating embeddings
- path - Local storage path for Qdrant (for local instances)
- url - Qdrant server URL (for Qdrant Cloud, e.g., “https://your-cluster.qdrant.io”)
- api_key - Optional API key for Qdrant Cloud
For more details, see the Qdrant documentation.