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
For faiss, developers have many choices on the index method, and can switch among them with only one line code change. Every index method inherits class Index.
I noticed faiss already provides HNSW, for example "IVF4096_HNSW32,PQ32" looks the same with IndexIVF_HNSW.cpp.
How do you think porting IndexIVF_HNSW_Grouping.cpp into faiss?
The text was updated successfully, but these errors were encountered:
For faiss, developers have many choices on the index method, and can switch among them with only one line code change. Every index method inherits class Index.
I noticed faiss already provides HNSW, for example "IVF4096_HNSW32,PQ32" looks the same with IndexIVF_HNSW.cpp.
How do you think porting IndexIVF_HNSW_Grouping.cpp into faiss?
The text was updated successfully, but these errors were encountered: