The Qdrant adapter is one of Cognee’s community adapters, which can be found on our community repo.Documentation Index
Fetch the complete documentation index at: https://docs.cognee.ai/llms.txt
Use this file to discover all available pages before exploring further.
Installation
Firstly, you will need to install the adapter package:Setup
You will need a running Qdrant database instance, and the existing handler works with both local and cloud setups. All you need to do is provide the necessary connection information, like the following example does for a local setup:Usage
After setting up your instance and connection information, you will need to register the adapter and handler to Cognee, so it knows which database to use. Registering the adapter also registers the dataset database handler. In your code, add the following import statement:.env variable:
Qdrant Adapter
Details About Cognee’s Qdrant Adapter
Multi-User Overview
More Details About Multi-User Mode