diff --git a/docs/design_docs/proxy.md b/docs/design_docs/proxy.md index 86e0408421..f06c760195 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 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.