milvus-io / milvus

A cloud-native vector database, storage for next generation AI applications
https://milvus.io
Apache License 2.0
31.14k stars 2.95k forks source link

[Bug]: [ERROR] RPC error: [query], <MilvusException: (code=0, message=query expression is empty)> #36294

Open l793330708 opened 2 months ago

l793330708 commented 2 months ago

Is there an existing issue for this?

Environment

- Milvus version: 2.3.21
- Deployment mode(standalone or cluster): standalone
- MQ type(rocksmq, pulsar or kafka):    
- SDK version(e.g. pymilvus v2.0.0rc2)

Current Behavior

when I called collection.insert , <MilvusException: (code=0, message=query expression is empty)>

Expected Behavior

No response

Steps To Reproduce

No response

Milvus Log

No response

Anything else?

No response

yanliang567 commented 2 months ago

@l793330708 this is weird, could you please share your reproduce code? which version of pymilvus are you running? /assign @l793330708 /unassign

xiaofan-luan commented 2 months ago

Is there an existing issue for this?

  • [x] I have searched the existing issues

Environment

- Milvus version: 2.3.21
- Deployment mode(standalone or cluster): standalone
- MQ type(rocksmq, pulsar or kafka):    
- SDK version(e.g. pymilvus v2.0.0rc2)

Current Behavior

when I called collection.insert , <MilvusException: (code=0, message=query expression is empty)>

Expected Behavior

No response

Steps To Reproduce

No response

Milvus Log

No response

Anything else?

No response

I think most likely it's a usage issue, not a bug for milvus

stale[bot] commented 3 weeks ago

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. Rotten issues close after 30d of inactivity. Reopen the issue with /reopen.