mirror of https://github.com/milvus-io/milvus.git
[skip ci]Fix doc error in proxy.md (#10250)
Signed-off-by: JackLCL <chenglong.li@zilliz.com>pull/10263/head
parent
76b053a11c
commit
5433fa9822
|
@ -1,6 +1,6 @@
|
|||
## 6. Proxy
|
||||
|
||||
As the user access layer of Milvus, Proxy mainly plays a role that do some check and preprocessing for requests from
|
||||
As the user access layer of Milvus, Proxy mainly plays a role that does some check and preprocessing for requests from
|
||||
clients and then forward these requests to other components, such as Root Coordinator, Data Coordinator, Query
|
||||
Coordinator, Index Coordinator. The below figure shows that how Proxy interacts with other components.
|
||||
|
||||
|
|
Loading…
Reference in New Issue