-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: [Sparse_inverted] it should report error if trying to build sparse inverted index with dim_max_score_ratio=0.49 #39332
Comments
ack |
if flush before building index, the client hang and there pos errors in milvus logs: |
Signed-off-by: Shawn Wang <[email protected]>
issue: milvus-io#39332 pr: milvus-io#39358 Signed-off-by: Shawn Wang <[email protected]>
issue: milvus-io#39332 pr: milvus-io#39358 Signed-off-by: Shawn Wang <[email protected]>
issue: milvus-io#39332 pr: milvus-io#39358 Signed-off-by: Shawn Wang <[email protected]>
…39362) issue: #39332 pr: #39358 Signed-off-by: Shawn Wang <[email protected]>
Is there an existing issue for this?
Environment
Current Behavior
it succeeded if building sparse inverted index with
params = {"index_type": index, "metric_type": "IP", "params": {"dim_max_score_ratio": 0.49}}
the valid dim_max_score_ratio is [0.5, 1.3], so it should fail
Expected Behavior
report error msg
Steps To Reproduce
Milvus Log
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: