Files
qdrant/lib/edge/python
Andrey Vasnetsov 51b3a62977 edge retrieve api (#7344)
* refactor: move RecordInternal into Shard crate

* refactor: move retrieve_blocking into Shard crate

* implement retrieve method + move some structures into dedicated files
2025-11-14 12:27:29 +01:00
..
2025-11-14 12:27:29 +01:00
2025-11-14 12:27:29 +01:00
2025-11-14 12:27:29 +01:00

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