-
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]: query error #38831
Comments
/assign @li-yongyu |
I made four queries in the log
|
get API should be 100% correct. it seems to be certain that you have some duplicated PK, but right now we don't have details on what happens in your cluster. Here are some guide line for you to help:
|
get is just a wrapper of query so there should be no difference. |
The operation log is given above, and the query API is called in the log @yanliang567 Data is sent to email |
@li-yongyu thank you for the update. I got the mail and will keep you posted |
/assign @congqixia |
Same here, getting a similar issue, this id (my PK) doesn't even exist:
In my setup, I am running milvus-standalone, I came from Milvus 2.4.14, so I am still using an external BM25 model (and BGE-M3 ) for the hybrid vector embeddings. Could it perhaps be the trigger? Issue does not happen with 2.4.14, where I have similar collection loaded. My config is quite simple, single collection around 115k docids let me know if I can help with something. Thanks! |
I'm also having this problem using Milvus 2.5.2. Thanks for the great work! |
Is there an existing issue for this?
Environment
Current Behavior
in
query (get query id result is the same) is wrong, and it is impossible to correctly return all the contents based on the in conditionExpected Behavior
in
condition are returned correctlySteps To Reproduce
Milvus Log
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: