mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-02 11:59:00 +08:00
[skip ci]Update create index md (#11115)
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
This commit is contained in:
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
Block a user