Y
Hacker News
new
|
ask
|
show
|
jobs
by
rahimnathwani
1157 days ago
Doesn't a faiss index have to fit in memory?
1 comments
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