mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-01 07:30:54 -05:00
* 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
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