Files
startrail-org--leann/packages/leann-backend-flashlib/pyproject.toml
T
wehub-resource-sync 15dadb5432
CI / build (push) Has been cancelled
Link Check / link-check (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:38:09 +08:00

21 lines
576 B
TOML

[project]
name = "leann-backend-flashlib"
version = "0.3.6"
description = "GPU-accelerated FlashLib (IVFFlat on Triton/CuteDSL) backend for LEANN."
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"leann-core>=0.3.6",
"numpy>=1.20.0",
"flashlib",
"torch",
]
[project.optional-dependencies]
# Optional: use the HNSW embedding server for query embedding (same as other backends).
query-server = ["leann-backend-hnsw>=0.3.6", "pyzmq>=23.0.0", "msgpack>=1.0.0"]
[tool.setuptools.packages.find]
where = ["."]
include = ["leann_backend_flashlib*"]