Files
qdrant/lib/edge/python
Arnaud Gourlay fc86e1dd0b Try fixing Dependabot (#7509)
* Try fixing Dependabot

* oh come on
2025-11-10 16:29:19 +01:00
..
2025-11-10 14:08:07 +01:00
2025-11-10 16:29:19 +01:00
2025-10-25 10:48:18 +02:00

Python Bindings for Qdrant Edge

Setup environment

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

pip install --user maturin

Build and install the package

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

Run example

python examples/qdrant-edge.py