-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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]: Error in Milvus Search Method: Incorrect Vector Score Returned #23546
Comments
is this for L2 or IP distance? |
IP |
1-8-1275767-0 |
/assign @cydrain |
check with knowhere, the result is correct /assign @congqixia |
/assign @bigsheeper |
is there a way we can reproduce the issue? |
@xiaofan-luan, @wg1026688210 from Autohome is attempting to verify if there are any duplicated primary keys in the collection. He's trying to remove the primary key deduplication logic in reduce and then query the issues primary key to see if there are multiple query results for the same primary key. @wg1026688210 Please let me know if you encounter any problems in this process. :) |
@wg1026688210 just add one command to probe primary key location |
After after confirmation that this problem is caused by duplicated pk in different segments. We can close this issue for now. |
Is there an existing issue for this?
Environment
Current Behavior
The data size is 3.3 million, with 512 dimensions and an ivf-flat index with nlist 1024.
When using the search method to query, the returned vector score is 0.999, while the actual vector score should be 0.68.
We changed the flat index and hnsw index later, but the problem still persists.
Expected Behavior
No response
Steps To Reproduce
No response
Milvus Log
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: