Sync the index
Ask locally
When to use it
- On a plane, or anywhere without a connection — the index is already local.
- When latency matters more than freshness — no network round-trip.
- When you want to see retrieval in isolation — local mode strips away the cloud ranking layers, so it’s a clean read on whether the chunk you expected is actually in the corpus.
Local mode answers from the index as it was at the last
rag sync. Anything
ingested since then is invisible to it until you sync again. When freshness
matters, use bestmate ask.