mirror of
https://github.com/qdrant/qdrant.git
synced 2026-07-28 05:31:06 -05:00
* Rename `PyVectorType` into `PyNamedVector` 😠 * Move `PyQuery` into `types::query` * Implement `PyQuery` conversions * Use `bytemuck` to safely transmute between `edge-py` wrapper types (#7488)
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