Cognee can use Qdrant as a vector store backend through this community-maintained adapter.
Installation
This adapter is a separate package from core Cognee. Before installing, complete the Cognee installation and ensure your environment is configured with LLM and embedding providers. After that, install the adapter package:Configuration
- Docker (Local)
- Qdrant Cloud
Run a local Qdrant instance:Configure in Python:Or via environment variables:
Important Notes
Adapter Registration
Adapter Registration
Import and call
register() from the adapter package before using Qdrant with Cognee. This registers the adapter with Cognee’s provider system.Embedding Dimensions
Embedding Dimensions
Ensure
EMBEDDING_DIMENSIONS matches your embedding model. See Embedding Providers for configuration.Changing dimensions requires recreating collections or running prune.prune_system().