pub type FaissIndexIVFFlat = FaissIndex_H;Expand description
Inverted file with stored vectors. Here the inverted file pre-selects the vectors to be searched, but they are not otherwise encoded, the code array just contains the raw float entries.
Aliased Typeยง
pub struct FaissIndexIVFFlat { /* private fields */ }