faiss
faiss copied to clipboard
Question about `IDSelectorBitmap` and `IDSelectorBatch` api
Summary
Platform
OS:
Faiss version: 1.7.4
Installed from:
Faiss compilation options:
Running on:
- [x] CPU
- [ ] GPU
Interface:
- [x] C++
- [ ] Python
Reproduction instructions
Hello, while perusing the source codes of Faiss, I discovered that IDSelectorBatch
and faiss_IDSelectorBatch_new
are defined and accessible via the C_API. However, I noticed that IDSelectorBitmap
and faiss_IDSelectorBitmap_new
lack similar exposure.
Can anyone tell me the reason? Thanks.