mirror of https://github.com/milvus-io/milvus.git
parent
6d86d80dcb
commit
56eb069494
|
@ -750,7 +750,7 @@ message DescribeIndexResponse {
|
|||
// Response status
|
||||
common.Status status = 1;
|
||||
|
||||
// All index informations, for now only return tha latest index you created for the collection.
|
||||
// All index informations, for now only return the latest index you created for the collection.
|
||||
repeated IndexDescription index_descriptions = 2;
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue