hnswlib icon indicating copy to clipboard operation
hnswlib copied to clipboard

How to get all the node in a specific layer?

Open jybbjybb opened this issue 1 year ago • 0 comments

I would like to modify the HNSW algorithm. During the search, I have the current layer and current object/node. Let's say it is the 5th layer. I would like to list all the nodes in the 5th layer. Is there a way (in "hnswalg.h") to return that? Thanks.

jybbjybb avatar Dec 18 '23 07:12 jybbjybb