mirror of
https://github.com/qdrant/qdrant.git
synced 2026-07-31 15:11:35 -05:00
* initial filter conversion structure * implement match conditions * implement range condition * implement filter condition * implement geo conditions * fmt * finish field conditions * implement more conditions * implement nested + expose python exports * fix spelling
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
cd examples
mkdir shard
python qdrant-edge.py