milvus
milvus copied to clipboard
[Feature]: Support collection TTL in Go SDK and Restful
Is there an existing issue for this?
- [X] I have searched the existing issues
Is your feature request related to a problem? Please describe.
- Go SDK和 Resful API中没有设置Collection TTL相关的接口。
- Go SDK无法设置内存多副本。
Describe the solution you'd like.
No response
Describe an alternate solution.
No response
Anything else? (Additional Context)
No response
Got it. Working on it. /assign /unassign @xiaofan-luan
@yangrz7
- Go SDK just added AlterCollection API, will be release asap
- 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
Go SDK v2.2.2 released, please check~ https://github.com/milvus-io/milvus-sdk-go/releases/tag/v2.2.2