Files
qdrant/lib/edge/python/pyproject.toml
Roman Titov 1004b93ae5 Python bindings for Qdrant on Edge (#7312)
* Qdrant Edge Python binding 🐍⛓️💥

* fixup! Qdrant Edge Python binding 🐍⛓️💥

Fix example + cleanup

* review: move QueryEnum + mark search as deprecated

---------

Co-authored-by: generall <andrey@vasnetsov.com>
2025-10-03 12:48:26 +02:00

7 lines
127 B
TOML

[build-system]
build-backend = "maturin"
requires = ["maturin>=1.0,<2.0"]
[tool.maturin]
features = ["pyo3/extension-module"]