Skip to main content

Module stores

Module stores 

Source
Expand description

Memory-efficient vector stores: INT8 (QuantizedVectorStore) and binary (BinaryVectorStore).

Structs§

BinaryVectorStore
Stores f32 vectors binarized to 1 bit per dimension.
QuantizedVectorStore
Stores f32 vectors quantized to INT8, reducing memory ~4× vs raw f32.