mirror of
https://github.com/qdrant/qdrant.git
synced 2026-07-31 07:00:56 -05:00
* weighted rrf implementation * test * fmt * fix edge * validate number of sources and number of weights * do not partial match * upd schema * review fixes * update formula * remove calcualtions from tests * update comment, because AI have OCD * fmt
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