mirror of
https://github.com/qdrant/qdrant.git
synced 2026-07-30 06:30:57 -05:00
* Move `DenseVector`/`MultiDenseVector` from `api` to `segment` * Move `OrderByInterface` from `api` to `segment` Reason: it's used in `edge` which shouldn't depend on `api`. * Make `shard` -> `api` dependency optional * Remove `api` from the amalgamation * Don't install protoc in edge Actions
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