mirror of
https://github.com/qdrant/qdrant.git
synced 2026-07-30 06:30:57 -05:00
* derive Eq for Filter (and underlying types) * fix tests * use ptr to compare and hash CustomIdChecker * fix gpu test * fmt * use OrderedFloat directly * post-rebase fixes * fmt --------- Co-authored-by: Luis Cossío <luis.cossio@outlook.com>
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