We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
annb/annb/anns/faiss/indexes.py
Lines 63 to 71 in 4902004
faiss_metric is passed to quantizer but not the actual Index:
faiss_metric
quantizer
index = faiss.IndexIVFScalarQuantizer( quantizer, self.dimension, nlist, faiss.ScalarQuantizer.QT_8bit, faiss_metric, # missing here )
same in ivfpq
The text was updated successfully, but these errors were encountered:
No branches or pull requests
annb/annb/anns/faiss/indexes.py
Lines 63 to 71 in 4902004
faiss_metric
is passed toquantizer
but not the actual Index:same in ivfpq
The text was updated successfully, but these errors were encountered: