Skip to main content

Module store

Module store 

Source
Expand description

Quantized store: nibble-packed 4-bit codes + per-vector norm correction, with asymmetric inner-product scoring (query f32, database 4-bit).

Structs§

PreparedQuery
A query preprocessed in the quantized domain.
VecqIndex
A quantized vector database in memory.

Functions§

cosine_f32
Exact cosine similarity between two f32 vectors (ground truth helper).