cuhnsw
cuhnsw copied to clipboard
Some APIs are avaiable?
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