-
Notifications
You must be signed in to change notification settings - Fork 256
Add nbits parameter to IVF_PQ index and adapt new filter logic #576
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
Conversation
Conflicts: install/requirements_py3.11.txt vectordb_bench/__init__.py vectordb_bench/backend/clients/__init__.py vectordb_bench/backend/clients/api.py vectordb_bench/cli/vectordbbench.py vectordb_bench/frontend/config/dbCaseConfigs.py
Support Oceanbase backend
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: alwayslove2013, wyfanxiao The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Hello,
We have made some changes to support the addition of the nbits parameter for the IVF_PQ index. Additionally, we have updated the code to adapt to the new filter logic.
We hope these changes can be reviewed and merged into the main branch.
Thank you!