From eaeb57479cb49dd7eeff33a7205e8d618bd87145 Mon Sep 17 00:00:00 2001 From: JackLCL Date: Tue, 26 Oct 2021 14:40:32 +0800 Subject: [PATCH] [skip ci]Fix doc error in proxy.md (#10649) Signed-off-by: JackLCL --- docs/design_docs/proxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design_docs/proxy.md b/docs/design_docs/proxy.md index 4ea6ad7ecb..08ef1ea268 100644 --- a/docs/design_docs/proxy.md +++ b/docs/design_docs/proxy.md @@ -1,6 +1,6 @@ ## 6. Proxy -As the user access layer of Milvus, Proxy mainly plays a role that does some check and preprocessing for requests from +As the user access layer of Milvus, Proxy mainly plays a role that does some checks 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.