groot
groot
Fixed by this pr: https://github.com/milvus-io/milvus-sdk-java/pull/1094
> > 确实是个V2 client.createCollection()的bug。V1 client是好的。 > > 后续版本会修复这个bug。 > > 预计啥时候修复这个问题啊,Restful的V2版本也有这个问题 上周五发布的java sdk v2.4.5已经修复了这个问题。
差点忘了这事了,刚提交了一个pr改掉:https://github.com/milvus-io/milvus-sdk-java/pull/1106 等[这个pr](https://github.com/milvus-io/milvus-sdk-java/pull/1099)进去之后再发一个版本,预计这两天。
v2.4.6 has already been released, which fixed this issue.
Thanks for pointing out this problem. I didn't realize it was a problem before. The InsertParam.toString() is implemented by lombok annotation @ToString, which parses all the vectors to a long...
Fixed by this pr: https://github.com/milvus-io/milvus-sdk-java/pull/1064
Root cause: The generateBF16Vector() generates invalid bfloat16 data that the server could not compute. Milvus server doesn't have the ability to distinguish this kind of invalid bfloat16 data. In the...
Standalone by docker-compose. `docker stats` to observe memory usage. My test results in different versions: | Milvus version | Memory usage | |:--------------:|:----------------:| | 2.3.13 | 5.9GB | | 2.4.1...
> this might be related to chunk size. each segment has a maximum chunk size. tuning that parameter might work. I only saw "queryNode.segcore.chunkRows", the default value is 128(rows).
> @yhmo can you try to limit the memory to 2GB and see if milvus can still hold so many collections? /assign @congqixia please keep an eye on this /unassign...