nmslib / hnswlib

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

Added InnerProduct and L2Sqr hook interfaces to improve the flexibility of use.Can be used with c++ 17 and above. #561

Closed yuhaijun999 closed 1 month ago

yuhaijun999 commented 1 month ago

Added InnerProduct and L2Sqr hook interfaces to improve the flexibility of use.Can be used with c++ 17 and above.