[skip ci] Refine index service doc (#8476)

Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
pull/8170/head
edward.zeng 2021-09-24 16:14:12 +08:00 committed by GitHub
parent 761b988905
commit 68e38cc55a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -1,18 +1,18 @@
## 8. Index Service
## 3. Index Service
#### 8.1 Overview
#### 3.1 Overview
<img src="./figs/index_coord.png" width=700>
#### 8.2 Index Service Interface
#### 3.2 Index Service Interface
```go
type IndexCoord interface {
Component
Component
TimeTickProvider
BuildIndex(ctx context.Context, req *indexpb.BuildIndexRequest) (*indexpb.BuildIndexResponse, error)
@ -150,7 +150,7 @@ type NotifyBuildIndexRequest struct {
#### 8.3 Index Node Interface
#### 3.3 Index Node Interface
```go
type IndexNode interface {