diff --git a/internal/proxy/impl.go b/internal/proxy/impl.go index 869be01cc4..f584b0fef3 100644 --- a/internal/proxy/impl.go +++ b/internal/proxy/impl.go @@ -232,6 +232,7 @@ func (node *Proxy) DropCollection(ctx context.Context, request *milvuspb.DropCol return dct.result, nil } +// HasCollection check if the specific collection exists in Milvus. func (node *Proxy) HasCollection(ctx context.Context, request *milvuspb.HasCollectionRequest) (*milvuspb.BoolResponse, error) { if !node.checkHealthy() { return &milvuspb.BoolResponse{