[skip ci]Update create index md (#11115)

Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
This commit is contained in:
yanliang567 2021-11-03 10:49:00 +08:00 committed by GitHub
parent c3d0795e81
commit 078d87bdf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {