FaissIndexBinaryIVF

Type Alias FaissIndexBinaryIVF 

Source
pub type FaissIndexBinaryIVF = FaissIndexBinary_H;
Expand description

Index based on a inverted file (IVF)

In the inverted file, the quantizer (an IndexBinary instance) provides a quantization index for each vector to be added. The quantization index maps to a list (aka inverted list or posting list), where the id of the vector is stored.

Otherwise the object is similar to the IndexIVF

Aliased Typeยง

pub struct FaissIndexBinaryIVF { /* private fields */ }