mirror of
https://github.com/qdrant/qdrant.git
synced 2026-07-30 06:30:57 -05:00
* Restore shard snapshot in Edge python bindings * method to request snapshot manifest * move snapshot manifest into Shard crate * move shapshot manifest reading * implement inplace update of the shard from snapshot * fmt * move shapshot-related functions again, into a dedicated struct * fmt * implement partial snapshot recovery for edge * test for partial recoverying snapshot on edge
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