Function faiss_sys::faiss_IndexIVFFlat_new [] [src]

pub unsafe extern "C" fn faiss_IndexIVFFlat_new(
    p_index: *mut *mut FaissIndexIVFFlat
) -> c_int

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.