Skip to content

Conversation

Caroline-an777
Copy link
Contributor

@Caroline-an777 Caroline-an777 commented Jun 17, 2025

1.add new int filter to run tests with multiple filter rate values like[0.001,0.02,0.3,...,0.7,0.98,0.999] instead of just 0.01 and 0.99
2.achieve compatibility for int filter case between new and old versions
3.add int filter performance page

@@ -52,6 +52,8 @@ class CaseType(Enum):

StreamingPerformanceCase = 200

NewIntFilterPerformanceCase = 250
Copy link
Collaborator

Choose a reason for hiding this comment

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

use 400 would be better

@@ -164,6 +165,7 @@ class Cohere(BaseDataset):
}
with_scalar_labels: bool = True
scalar_label_percentages: list[float] = [0.001, 0.002, 0.005, 0.01, 0.02, 0.05, 0.1, 0.2, 0.5]
scalar_int_rates: list[float] = [0.01, 0.99]

Copy link
Collaborator

Choose a reason for hiding this comment

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

need update.

f"Results will show index building time, recall, and maximum QPS."
),
cases=generate_int_filter_cases(dataset_with_size_type),
)
Copy link
Collaborator

Choose a reason for hiding this comment

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

add BioASQ

@Caroline-an777 Caroline-an777 force-pushed the main branch 4 times, most recently from d49b296 to 9178cde Compare July 8, 2025 08:46
@sre-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: alwayslove2013, Caroline-an777
To complete the pull request process, please assign xuanyang-cn after the PR has been reviewed.
You can assign the PR to them by writing /assign @xuanyang-cn in a comment when ready.

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@alwayslove2013 alwayslove2013 merged commit f08409c into zilliztech:main Jul 24, 2025
4 checks passed
akhilpathivada pushed a commit to akhilpathivada/VectorDBBench that referenced this pull request Jul 24, 2025
- add new int filter to run tests with multiple filter rate values like[0.001,0.02,0.3,...,0.7,0.98,0.999] instead of just 0.01 and 0.99
- achieve compatibility for int filter case between new and old versions
- add int filter performance page
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.

3 participants