Metadata-Version: 2.3
Name: cognee-community-vector-adapter-qdrant
Version: 0.0.2
Summary: Qdrant vector database adapter for cognee
Requires-Python: >=3.11,<=3.13
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: cognee (>=0.2.1)
Requires-Dist: qdrant-client (>=1.14.2)
Description-Content-Type: text/markdown

# Cognee Qdrant Adapter

## Install

Install [`qdrant-client`](https://pypi.org/project/qdrant-client/) in your project.

Put this line of code somewhere at the start of the execution, before cognee is initiated.

```python
import packages.vector.qdrant.register
```

## Example
See example in `example.py` file.

