mirror of
https://github.com/qdrant/qdrant.git
synced 2026-07-27 21:21:08 -05:00
* Cleanup `edge::Shard::retrieve` * Cleanup Python errors * Cleanup `PointId` conversions * Rename `ids` into `point_ids` in `PyShard::retrieve` * WIP: Prototype native conversions for more types
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