fix: align streaming leaderboard labels with vector search results#747
Merged
liliu-z merged 1 commit intozilliztech:mainfrom Apr 3, 2026
Merged
fix: align streaming leaderboard labels with vector search results#747liliu-z merged 1 commit intozilliztech:mainfrom
liliu-z merged 1 commit intozilliztech:mainfrom
Conversation
Update db_name/label in leaderboard_v2_streaming.json to match leaderboard_v2.json after force_merge became the default: - Milvus: 16c64g-sq8 -> 16c64g-sq8-force_merge - ElasticCloud: 8c60g -> 8c60g-force_merge This fixes the website failing to associate streaming and vector search results due to mismatched db_name keys. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: CLiqing, liliu-z The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fix mismatched
db_name/labelbetweenleaderboard_v2_streaming.jsonandleaderboard_v2.json, which caused the website to fail associating streaming and vector search results for Milvus and ElasticCloud.Changes
In
leaderboard_v2_streaming.json:16c64g-sq8→16c64g-sq8-force_merge8c60g→8c60g-force_mergeThese labels now match the corresponding entries in
leaderboard_v2.jsonafter PR #746 updated vector search results to use force_merge as default.Context
After PR #746 removed non-force_merge Milvus/EC entries from
leaderboard_v2.json, the streaming leaderboard still referenced the old labels, breaking the association on the website (https://z2-dev.zilliz.cc/vdbbench-leaderboard).🤖 Generated with Claude Code