Skip to content

Clean up RaBitQ auto tuning config - #466

Closed
Mocheng Li (lmccccc) wants to merge 15 commits into
microsoft:feature/rabitq-auto-tuningfrom
lmccccc:feature/rabitq-auto-tuning
Closed

Clean up RaBitQ auto tuning config#466
Mocheng Li (lmccccc) wants to merge 15 commits into
microsoft:feature/rabitq-auto-tuningfrom
lmccccc:feature/rabitq-auto-tuning

Conversation

@lmccccc

Copy link
Copy Markdown

This branch makes RaBitQ auto-tuning consistently respect the configured query count while using 10K-query evaluation by default.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
There may be pipelines that require an authorized user to comment /azp run to run.

Mocheng Li (lmccccc) and others added 13 commits September 2, 2026 11:09
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Replace the Python/Faiss tuning path with an INI-driven C++ pipeline backed by the pinned official RaBitQ submodule. Select the minimum qualifying bit width, encode the full base set, build SPANN in staging, and publish a reloadable ADC index.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
p_targetRecall < 0.0F || p_targetRecall > 1.0F) {
return ErrorCode::FailedParseValue;
}
for (int bits = 1; bits <= 8; ++bits) {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could you modify to enable binary-search tuning.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: df92132a-4da9-4314-b72d-27a1043dc036
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.

2 participants