Skip to main content

Module file_cache

Module file_cache 

Source
Expand description

Per-file cache entry storing chunks and their embeddings.

Uses rkyv for zero-copy deserialization — the on-disk format can be memory-mapped and accessed directly without parsing.

Structs§

ArchivedFileCache
An archived FileCache
FileCache
Cached chunks and embeddings for a single source file.
FileCacheResolver
The resolver for an archived FileCache