From 078d87bdf0acdf9dd9371a46e86cc72155ae203a Mon Sep 17 00:00:00 2001 From: yanliang567 <82361606+yanliang567@users.noreply.github.com> Date: Wed, 3 Nov 2021 10:49:00 +0800 Subject: [PATCH] [skip ci]Update create index md (#11115) Signed-off-by: yanliang567 --- docs/design_docs/milvus_create_index_en.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/design_docs/milvus_create_index_en.md b/docs/design_docs/milvus_create_index_en.md index e2b5a3e92c..1d732688de 100644 --- a/docs/design_docs/milvus_create_index_en.md +++ b/docs/design_docs/milvus_create_index_en.md @@ -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 {