cuhnsw icon indicating copy to clipboard operation
cuhnsw copied to clipboard

Some APIs are avaiable?

Open Artif-Inteller opened this issue 4 years ago • 0 comments

Hi, I created a image matching system using the hnswlib. I am going to replace the hnswlib with the cuhnsw to use GPUs.

Do some APIs of the hnswlib exist in the cuhnsw too? For example,

  • hnswlib.add_items(data, data_labels) for adding custom id scheme and APPENDING(not setting) new data
  • hnswlib.get_items(ids)

Thanks

Artif-Inteller avatar Apr 20 '21 12:04 Artif-Inteller