From 84b4efa7139bbbf7bc872cd3a8a08b7eda09977c Mon Sep 17 00:00:00 2001 From: Bennu Date: Wed, 22 Dec 2021 19:15:55 +0800 Subject: [PATCH] [skip e2e] Fix grammar (#13982) Signed-off-by: Bennu --- 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 f49cff5a6c..e5000b7b09 100644 --- a/docs/design_docs/proxy.md +++ b/docs/design_docs/proxy.md @@ -23,7 +23,7 @@ For every request, Proxy will first check if it's valid to be executed by Milvus Proxy will return the error to clients and won't continue to forward this request to other components. The check operation of Proxy includes two parts, one part is static check and another is dynamic check. The static check includes parameters check, constraints check, etc. The dynamic check will check some related dependencies of the request, take -search requests for example, Proxy should check if the related collection exists in Milvus. +search requests as an example, Proxy should check if the related collection exists in Milvus. Also, Proxy will do some preprocessing for every request. Proxy will do little things for some requests in the preprocessing stage and a lot more for other requests. Every object in Milvus will be assigned with an `ID`, such as