smellthemoon

Results 121 comments of smellthemoon

DescribeCollection returned CollectionNotExisted which cause HasCollection retry many times and finally panic. the expected behavior is if CollectionNotExisted, return false, which exactly fix by #23710 in master and #23709 in...

can't connect to etcd may related with #23895

> Yes, this is as expected, when using float(), the type is float64, which is parsed as double when using milvus. The only thing we can do is to check...

@AlexNilone If it's convenient, can you describe in detail how to reproduce this phenomenon and what code sample you have used? I have used langchainChatChat, but it seems ok.

The root cause is that pk is int64 type, but when generating the query expr, use str directly.