top | item 28553149

(no title)

sathergate | 4 years ago

which search algorithm does it use?

discuss

order

cyrusthegreat|4 years ago

We use HNSW internally via HNSWLIB, it's the same algorithm that Facebook uses to power their embedding search.

sathergate|4 years ago

thanks! how did you make the decision to use hnsw over faiss and other search algorithms?