milvus-sdk-java icon indicating copy to clipboard operation
milvus-sdk-java copied to clipboard

索引参数丢失

Open itflash opened this issue 1 year ago • 9 comments

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

image

image

期望: image

itflash avatar Sep 29 '24 09:09 itflash

@itflash what is the result of describe?

xiaofan-luan avatar Sep 29 '24 15:09 xiaofan-luan

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

xiaofan-luan avatar Sep 29 '24 15:09 xiaofan-luan

@itflash what is the result of describe?

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

itflash avatar Sep 30 '24 01:09 itflash

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

xiaofan-luan avatar Sep 30 '24 01:09 xiaofan-luan

@yhmo 麻烦看一下呢

itflash avatar Oct 08 '24 12:10 itflash

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

后续版本会修复这个bug。

yhmo avatar Oct 09 '24 02:10 yhmo

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

yhmo avatar Oct 09 '24 06:10 yhmo

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

后续版本会修复这个bug。

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

dingle66 avatar Oct 11 '24 09:10 dingle66

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

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

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

yhmo avatar Oct 14 '24 07:10 yhmo