Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration into faiss #2

Open
yuzhichang opened this issue Apr 25, 2018 · 0 comments
Open

Integration into faiss #2

yuzhichang opened this issue Apr 25, 2018 · 0 comments

Comments

@yuzhichang
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant