faiss icon indicating copy to clipboard operation
faiss copied to clipboard

Question about `IDSelectorBitmap` and `IDSelectorBatch` api

Open m3ngyang opened this issue 1 year ago • 1 comments

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.

m3ngyang avatar Nov 03 '23 08:11 m3ngyang