top | item 28553480

(no title)

sathergate | 4 years ago

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

discuss

order

cyrusthegreat|4 years ago

Faiss actually also uses HNSW internally, HNSWLIB is just a lighter weight implementation which allowed us to iterate faster. In the future we will switch it back out for FAISS to take advantage of its full array of functionality.