milvus-io / milvus-sdk-java

Java SDK for Milvus.
https://milvus.io
Apache License 2.0
390 stars 164 forks source link

索引参数丢失 #1087

Open itflash opened 1 month ago

itflash commented 1 month ago

问题:V2,SDK版本:2.4.4,extraParams设置无效

image

image

期望: image

xiaofan-luan commented 1 month ago

@itflash what is the result of describe?

xiaofan-luan commented 1 month ago

we want to make sure this is a java sdk bug or just a attu display issue

itflash commented 1 month ago

@itflash what is the result of describe?

下面那个是用python sdk创建的,没问题;上图使用java sdk,那两个参数(M、efConstruction)没有设置成功

xiaofan-luan commented 1 month ago

看起来使用方式没有问题 @yhmo please help on it

itflash commented 4 weeks ago

@yhmo 麻烦看一下呢

yhmo commented 4 weeks ago

确实是个V2 client.createCollection()的bug。V1 client是好的。

后续版本会修复这个bug。

yhmo commented 4 weeks ago

Fixed by this pr: https://github.com/milvus-io/milvus-sdk-java/pull/1094

dingle66 commented 3 weeks ago

确实是个V2 client.createCollection()的bug。V1 client是好的。

后续版本会修复这个bug。

预计啥时候修复这个问题啊,Restful的V2版本也有这个问题

yhmo commented 3 weeks ago

确实是个V2 client.createCollection()的bug。V1 client是好的。 后续版本会修复这个bug。

预计啥时候修复这个问题啊,Restful的V2版本也有这个问题

上周五发布的java sdk v2.4.5已经修复了这个问题。