facebookresearch / faiss

A library for efficient similarity search and clustering of dense vectors.
https://faiss.ai
MIT License
31.71k stars 3.66k forks source link

Support `remove_ids` for `IndexRefine` #3832

Open mdouze opened 2 months ago

mdouze commented 2 months ago

See title. The removal should take place on the two indices.

While we are there, check the behavior of filtered search.

related: #3820