mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-04 09:01:00 -05:00
* introduce update_mode parameter for upsert operation to control if we want to insert, update, or upsert * add test * upd dockstring * require resharding once all peers have updated version * use service error * fix clippy again * wait for same version before resharding in tests
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