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

Faster building / batch-insert using compression #13

Open
thomasahle opened this issue Apr 20, 2023 · 0 comments
Open

Faster building / batch-insert using compression #13

thomasahle opened this issue Apr 20, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@thomasahle
Copy link
Owner

Currently IVF.fit(...) uses brute force nearest neighbours to find which clusters to insert the points into.
Instead we could use the same PQ.top(...) method that we use to do queries to find the relevant cluster centers faster.
However, currently PQ.top(...) doesn't support batch queries, which means this likely wouldn't be faster than brute force.

Hence the task: Find a way to do fast batch queries with QuickADC and add it to FastPQ.

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

No branches or pull requests

1 participant