mirror of
https://github.com/qdrant/qdrant.git
synced 2026-07-29 22:21:08 -05:00
* refactor: move RecordInternal into Shard crate * refactor: move retrieve_blocking into Shard crate * implement retrieve method + move some structures into dedicated files
Python Bindings for Qdrant Edge
Setup environment
# Navigate to the current directory
# cd lib/edge/python
python -m venv .venv
source .venv/bin/activate
pip install --user maturin
Build and install the package
maturin develop --no-default-features
Run example
cd examples
mkdir shard
python qdrant-edge.py