Files
qdrant/lib/edge/python
Daniel Boros 039d66fe40 feat/edge-facet-api (#8045)
* feat: add sync facet api

* feat: add facet-tests

* fix: formatting

* chore: remove exact typing

* feat: reduce code duplication

* fix: add missing type def

* fix: serde default value
2026-02-03 18:13:38 +01:00
..
2026-02-03 18:13:38 +01:00
2026-02-03 18:13:38 +01:00
2026-01-19 18:32:11 +01:00
2026-01-20 18:28:40 +01:00
2026-02-03 18:13:38 +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