FaissIndexRefineFlat

Type Alias FaissIndexRefineFlat 

Source
pub type FaissIndexRefineFlat = FaissIndex_H;
Expand description

Opaque type for IndexRefineFlat

Index that queries in a base_index (a fast one) and refines the results with an exact search, hopefully improving the results.

Aliased Typeยง

pub struct FaissIndexRefineFlat { /* private fields */ }