cmuparlay / ParlayANN

A library of algorithms for approximate nearest neighbor search in high dimensions, along with a set of useful tools for designing such algorithms.
MIT License
85 stars 21 forks source link

Problems on HNSW implementation #19

Open YujianFu97 opened 1 week ago

YujianFu97 commented 1 week ago

Thanks for your excellent work on the implementation! It seems the algorithm for HNSW is not fully released, i.e. the makefile and the neighbor.h are not included, will they be released?

magdalendobson commented 1 week ago

We don't have any plans to release them on the main branch of ParlayANN in the near future due to some file compatibility issues that will take significant work to overcome. They may be available in a public repository elsewhere; I'll ask my coauthor @DapperX to chime in and confirm.