Open I-am-DJ opened 1 week ago
The title and description of this issue contains Chinese. Please use English to describe your issue.
对应collection结构 hybridSearch结果:
hybridSearch结果: search:
@I-am-DJ could you please try
collection.query(expr='id==136300913', output_fields=['count(*)']
meanswhile, i will try to reproduce it in house.
/assign @I-am-DJ
@I-am-DJ您能否同时尝试
collection.query(expr='id==136300913', output_fields=['count(*)']
一下,我会尝试在家里重现它。/分配@I-am-DJ
[{"extInfo":{"count(*)":6}}] @yanliang567
[{"extInfo":{"count(*)":6}}]
it means that you have 6 entities that have the same id==136300913 :( I believe that it was caused by duplicated id...
[{"extInfo":{"count(*)":6}}]
it means that you have 6 entities that have the same id==136300913 :( I believe that it was caused by duplicated id...
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()?
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
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
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