mirror of
https://github.com/qdrant/qdrant.git
synced 2026-07-30 06:30:57 -05:00
* Cleanup `examples/qdrant-edge.py` * Cleanup `edge_py::types::vector` module * Cleanup `edge_py::types::filter::condition` module * Extend `PyWithPayload` type * Use `from` instead of `into` for conversions * Assert variants for enum conversions
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