Expand description
Incremental reindex orchestrator.
Ties together the manifest, object store, diff, and embedding pipeline
to provide a single incremental_index function that loads cached
embeddings and only re-embeds changed files.
Structs§
- Reindex
Stats - Statistics from an incremental reindex operation.
Functions§
- incremental_
index - Load or incrementally update a persistent index.
- resolve_
cache_ dir - Resolve the cache directory for a project + model combination.