Metadata-Version: 2.4
Name: qdrant-edge-py
Version: 0.2.0
Author: Qdrant Team <info@qdrant.tech>
Author-email: Qdrant Team <info@qdrant.tech>
License: Apache-2.0
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# Python Bindings for Qdrant Edge

Setup environment

```bash
python -m venv .venv
source .venv/bin/activate

pip install --user maturin
```

Build and install the package

```bash
cd lib/edge/python
maturin develop --no-default-features
```

Run example

```bash
python examples/qdrant-edge.py
```

