Skip to content
Discussion options

You must be logged in to vote
  • "Top-1 match rate between OpenSearch and Milvus is approximately 70%" ----------------------- I think you should compare the recall rate of Milvus and OpenSearch instead of comparing their match rate. Match rate is meaningless. You can use "FLAT" index to perform a full-scan on all vectors to get an actual result, and compare the results of Milvus and OpenSearch with this actual result.

  • So far as I know, both milvus and opensearch manage data as segments, the default size of a segment is different. Milvus is 1GB per segment, opensearch is 5GB per segment. Each segment has an independent index. Although the M/ef_construction is the same, the hnsw graph is different between milvus segme…

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by dmitriivahrushev
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants