hnsw: move pruned/no-recompute assertion into backend; api: drop global assertion; docs: will adjust after benchmarking

This commit is contained in:
Andy Lee
2025-08-14 11:08:34 -07:00
parent 3e162fb177
commit 2bd557d1cf
3 changed files with 88 additions and 3 deletions

View File

@@ -515,6 +515,7 @@ Options:
--top-k N Number of results (default: 5)
--complexity N Search complexity (default: 64)
--recompute Use recomputation for highest accuracy
--no-recompute Disable recomputation (requires non-compact HNSW index)
--pruning-strategy {global,local,proportional}
```