Files
qdrant/lib/edge/python
Andrey Vasnetsov 4437edb775 Weighted rrf (#8063)
* 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
2026-02-06 19:36:27 +01:00
..
2026-02-06 19:36:27 +01:00
2026-02-06 19:36:27 +01:00
2026-01-20 18:28:40 +01:00
2026-02-06 19:36:27 +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