milvus-io / milvus-sdk-go

Go SDK for Milvus.
Apache License 2.0
346 stars 109 forks source link

[Feature]: Why does the Client not support GetIndexbuildProgress now? #805

Open regenttsui opened 2 months ago

regenttsui commented 2 months ago

Is there an existing issue for this?

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

The GetIndexbuildProgress is described in https://milvus.io/api-reference/go/v2.4.x/Index/GetIndexBuildProgress.md, but it does not support in sdk now. Will it be support soon?

Describe the solution you'd like.

No response

Describe an alternate solution.

No response

Anything else? (Additional Context)

No response

CrashTimeV commented 1 week ago

This is not a Feature Request but a bug. Its appears its already implemented its just missing GetIndexBuildProgress(ctx context.Context, collName string, fieldName string, opts ...IndexOption) (int64, int64, error) in the Client interface in Client.go