cli: unify flags to --recompute/--no-recompute for build/search/ask; docs: update references

This commit is contained in:
Andy Lee
2025-08-14 01:20:14 -07:00
parent 43cb500ed8
commit b988f0ab5b
3 changed files with 12 additions and 22 deletions

View File

@@ -291,7 +291,7 @@ leann build my-index \
# Search with OpenAI embeddings (recompute at query time)
leann search my-index "your query" \
--recompute-embeddings
--recompute
```
### 2) Run remote builds with SkyPilot (cloud GPU)