faiss_Index_remove_ids

Function faiss_Index_remove_ids 

Source
pub unsafe extern "C" fn faiss_Index_remove_ids(
    index: *mut FaissIndex,
    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