-
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]: upsert into milvus use hybridSearch and search get same id result is diff #37677
Comments
The title and description of this issue contains Chinese. Please use English to describe your issue. |
[{"extInfo":{"count(*)":6}}] @yanliang567 |
it means that you have 6 entities that have the same id==136300913 :( |
it not delete the original data when upsert the same id ? @yanliang567 |
i see the doc can be overwritten https://milvus.io/docs/insert-update-delete.md#Upsert-entities |
is need update to v2.4.12 ? #36274 @yanliang567 |
do you only use upsert() for data ingestion? no insert() or bulk_insert()? |
yes only use upsert() |
maybe this is a bug for 2.4.5 |
how can i solve this problem, delete first then upsert? @xiaofan-luan |
please try to upgrade to 2.4.15 |
@I-am-DJ any updates |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Is there an existing issue for this?
Environment
Current Behavior
对应collection结构
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: