nmslib / hnswlib

Header-only C++/python library for fast approximate nearest neighbors
https://github.com/nmslib/hnswlib
Apache License 2.0
4.39k stars 648 forks source link

Feature Request: Print Different Levels of HNSW Graph #584

Open AdeelAslamUnimore opened 2 months ago

AdeelAslamUnimore commented 2 months ago

I would like to request a feature that allows for printing the different levels of an HNSW graph in HNSWlib. This would help users better understand the structure of the graph and visually inspect the organization of nodes across different layers. Both for C++ and python

orrorcol commented 2 months ago

you may interested in this: https://github.com/NJU-RINC/hnsw-visulize