feat: auto compact for hnsw when recompute

This commit is contained in:
Andy Lee
2025-08-14 00:09:57 -07:00
parent fa2a775867
commit 3f81861cba
2 changed files with 13 additions and 1 deletions

View File

@@ -317,7 +317,7 @@ leann search my-index "your query" --no-recompute
When to use:
- Extreme low latency requirements (high QPS, interactive assistants)
- Read-heavy workloads where storage is cheaper than latency
- Environments without a stable embedding server
- No always-available GPU
Constraints:
- HNSW: when `--no-recompute` is set, LEANN automatically disables compact mode during build