-
Notifications
You must be signed in to change notification settings - Fork 832
Description
When running benchmarks locally, we noticed a discrepancy between how Milvus is represented on the ann-benchmarks website versus what's produced when running the benchmark code from the repository.
The ann-benchmarks website shows a single entry labeled Milvus (Knowhere)
in the graphs, but when running the benchmark code locally, it produces multiple separate entries like milvus-flat
, milvus-ivf
, etc., instead of consolidating them under a single Milvus (Knowhere)
label.
Is there a specific configuration needed to produce the consolidated representation shown on the website? The config.yml
in the algorithm/milvus
folder in the GitHub report does not have a Knowhere
configuration.
Any help on how to achieve the same consolidated representation would be appreciated.