faiss_IndexBinary_remove_ids

Function faiss_IndexBinary_remove_ids 

Source
pub unsafe extern "C" fn faiss_IndexBinary_remove_ids(
    index: *mut FaissIndexBinary,
    sel: *const FaissIDSelector,
    n_removed: *mut usize,
) -> c_int
Expand description

removes IDs from the index. Not supported by all indexes @param index opaque pointer to index object @param nremove output for the number of IDs removed