[skip ci]Improve flush collections doc (#10410)

Signed-off-by: tumao <yan.wang@zilliz.com>
This commit is contained in:
Tumao 2021-10-22 14:08:10 +08:00 committed by GitHub
parent d9cd783650
commit 9659054138
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ The `Flush` operation is used to make sure that inserted data will be written in
![flush_collections](./graphs/flush_data_coord.png)
1. Firstly, `SDK` starts a `Flush` request to `Proxy` via `Grpc`, the `proto` is defined as follows:
1. Firstly, `SDK` sends a `Flush` request to `Proxy` via `Grpc`, the `proto` is defined as follows:
```proto
service MilvusService {
...