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§
- Archived
File Cache - An archived
FileCache - File
Cache - Cached chunks and embeddings for a single source file.
- File
Cache Resolver - The resolver for an archived
FileCache