mirror of
https://github.com/qdrant/qdrant.git
synced 2026-07-29 22:21:08 -05:00
* implement shard key init state in grpc * Update lib/api/src/grpc/proto/collections.proto Co-authored-by: Tim Visée <tim+github@visee.me> * sync grpc autogen --------- Co-authored-by: Tim Visée <tim+github@visee.me>
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