spotify / voyager

🛰️ An approximate nearest-neighbor search library for Python and Java with a focus on ease of use, simplicity, and deployability.
https://spotify.github.io/voyager/
Apache License 2.0
1.26k stars 51 forks source link

do you have paper about algorithms you use ? #67

Closed Sandy4321 closed 3 weeks ago

Sandy4321 commented 2 months ago

what is different from hnswlib

do you have paper about algorithms you use ?

markkohdev commented 1 month ago

Hi @Sandy4321 -- Voyager is built off of the HNSW algorithm. Thank you for highlighting that we don't actually link to this paper in the documentation. I'll go ahead and add that :)

Sandy4321 commented 1 month ago

great thanks may I ask these paper authors Yury A. Malkov and Dmitry A. Yashunin

took apert in developing spotify/voyager?

markkohdev commented 1 month ago

The authors of that paper have not been involved in the development of the Voyager library, but they were authors of nmslib and hnswlib which this library was derived from

xpurwar commented 1 month ago

Hi, I was wondering if you needed any help with voyager documentation and if I could help with that!

dylanrb123 commented 3 weeks ago

Closing this issue as the original question has been answered