Hacker News new | ask | show | jobs
by jessehu 1157 days ago
What’s wrong with Faiss? https://github.com/facebookresearch/faiss
1 comments

Doesn't a faiss index have to fit in memory?
Faiss implements multiple different ANN algorithms, and some like IVF can use disk based indexes.
Thanks. I just googled 'faiss ivf disk' and a couple of clicks later found this page: https://github.com/facebookresearch/faiss/wiki/Indexes-that-...