Skip to main content

Module cache

Module cache 

Source
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.