hnswlib
hnswlib copied to clipboard
How to get all the node in a specific layer?
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.