Expand description
Persistent index cache with content-addressed object store.
Stores per-file chunks and embeddings in a git-style object store, tracks file state in a Merkle-tree manifest, and supports incremental reindexing by diffing against the filesystem.
Modulesยง
- diff
- Two-level Merkle diff for incremental change detection.
- file_
cache - Per-file cache entry storing chunks and their embeddings.
- manifest
- Manifest tracking indexed files with a Merkle tree for fast change detection.
- reindex
- Incremental reindex orchestrator.
- store
- Content-addressed object store with git-style sharding.