Y
Hacker News
new
|
ask
|
show
|
jobs
by
jessehu
1157 days ago
What’s wrong with Faiss?
https://github.com/facebookresearch/faiss
1 comments
rahimnathwani
1157 days ago
Doesn't a faiss index have to fit in memory?
link
jkb79
1157 days ago
Faiss implements multiple different ANN algorithms, and some like IVF can use disk based indexes.
link
rahimnathwani
1157 days ago
Thanks. I just googled 'faiss ivf disk' and a couple of clicks later found this page:
https://github.com/facebookresearch/faiss/wiki/Indexes-that-...
link