Files
qdrant/lib/edge/python
Luis Cossío 3d3df6bd3c [feedback query] Rename to Naive strategy (#7756)
* Rename to `Naive` strategy. Remove generic `TStrategy`

* refactor in async_raw_scorer too

* review nit
2025-12-18 17:28:50 +01:00
..
2025-11-14 12:30:12 +01: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