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

Enable and fix IVF PQ hypercube test #429

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

jparismorgan
Copy link
Contributor

What

This was commented out, and was also failing b/c we did not hit 100% accuracy. We fix this by setting num_subspaces to the number of dimensions in the vectors of the hypercube (i.e. dimensions(hypercube2)). This means that IVF PQ will "do nothing" as each number in the vector will have its own subspace, thus allowing us to hit 100% accuracy when comparing this query against a reference query.

Testing

Test now passes.

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

Successfully merging this pull request may close these issues.

None yet

1 participant