Files
qdrant/lib/edge/python
Andrey Vasnetsov 25252aba37 Generate *.pyi files for EDGE (#7943)
* generate pui files for edge functions

* fix stup for `lambda_`
2026-01-20 18:28:40 +01:00
..
2026-01-19 18:32:11 +01:00
2026-01-20 18:28:40 +01:00
2026-01-19 18:32:11 +01:00
2026-01-20 18:28:40 +01:00
2025-10-25 10:48:18 +02:00

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