milvus icon indicating copy to clipboard operation
milvus copied to clipboard

[Feature]: Support collection TTL in Go SDK and Restful

Open yangrz7 opened this issue 1 year ago • 2 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Is your feature request related to a problem? Please describe.

  1. Go SDK和 Resful API中没有设置Collection TTL相关的接口。
  2. Go SDK无法设置内存多副本。

Describe the solution you'd like.

No response

Describe an alternate solution.

No response

Anything else? (Additional Context)

No response

yangrz7 avatar Apr 20 '23 06:04 yangrz7

Got it. Working on it. /assign /unassign @xiaofan-luan

congqixia avatar Apr 20 '23 06:04 congqixia

@yangrz7

  1. Go SDK just added AlterCollection API, will be release asap
  2. Go SDK v2.2.1 supports LoadCollection with replica number

https://github.com/milvus-io/milvus-sdk-go/blob/d9271c12feca986b6d0760550425aeaa0e976372/client/client_grpc_options.go#L33-L40

congqixia avatar Apr 21 '23 12:04 congqixia

Go SDK v2.2.2 released, please check~ https://github.com/milvus-io/milvus-sdk-go/releases/tag/v2.2.2

congqixia avatar May 08 '23 06:05 congqixia