You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@mdouze Could you please give your comments on the approach, just in case I've missed some important corner cases? Despite the link is from the Faiss fork, it should be pretty straightforward to understand the changes. Basically, I replace std::vector<> with a custom container that supports mmap-ping.
The PR for Faiss will be implemented as soon as we agree on the details.
Thanks.
The text was updated successfully, but these errors were encountered:
Summary
A prototype of memory-mapped files that contain Faiss Indices (IndexFlatCodes and HNSW at this moment).
zilliztech/knowhere#996
@mdouze Could you please give your comments on the approach, just in case I've missed some important corner cases? Despite the link is from the Faiss fork, it should be pretty straightforward to understand the changes. Basically, I replace
std::vector<>
with a custom container that supports mmap-ping.The PR for Faiss will be implemented as soon as we agree on the details.
Thanks.
The text was updated successfully, but these errors were encountered: