Expand description
Embedding index: mmap-backed pre-computed embedding vectors.
Format: [u32 block_count][u32 dim][u32 max_depth][f32 × dim × embedded_count] Only blocks at depth 0..max_depth are embedded.
Structs§
- Embedding
Index - Mmap-backed embedding index for fast semantic lookup.
Functions§
- build_
embedding_ index - Build embedding index file from a provider and reader. Only embeds blocks at depth 0..=max_depth.