mirror of https://github.com/milvus-io/milvus.git
[skip ci]Update create index md (#11115)
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>pull/11158/head
parent
c3d0795e81
commit
078d87bdf0
|
@ -115,7 +115,8 @@ message GetInsertBinlogPathsResponse {
|
|||
|
||||
```
|
||||
|
||||
7. After getting the `Segment`'s `Binlog` paths, `RootCoord` would send a `Grpc` request to `IndexCoord`, ask `IndexCoord` to build index on this `Segment`, the `proto` is defined as follow:
|
||||
7. After getting the `Segment`'s `Binlog` paths, `RootCoord` would send a `Grpc` request to `IndexCoord`,
|
||||
ask `IndexCoord` to build index on this `Segment`, the `proto` is defined as the follow:
|
||||
|
||||
```proto
|
||||
service IndexCoord {
|
||||
|
|
Loading…
Reference in New Issue