From d7552c5ce939d533e4e54d841855f40c1f16dc4c Mon Sep 17 00:00:00 2001 From: "min.tian" Date: Tue, 28 Dec 2021 09:50:08 +0800 Subject: [PATCH] [skip e2e] Check the syntax of proxy_reduce md (#14380) Signed-off-by: min.tian --- docs/developer_guides/proxy-reduce.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer_guides/proxy-reduce.md b/docs/developer_guides/proxy-reduce.md index e495a0c7e1..256c218472 100644 --- a/docs/developer_guides/proxy-reduce.md +++ b/docs/developer_guides/proxy-reduce.md @@ -4,7 +4,7 @@ For a specified Search request, with nq = 2 and topk = 10, Proxy receives 4 search results from query nodes. -Each Search Result is nq * topk two-dimensional structure,as the illustration below. The result indicates that the user input nq vectors and wanted to obtain the topk similar vectors to these nq vectors respectively. +Each Search Result is nq * topk two-dimensional structure, as the illustration below. The result indicates that the user input nq vectors and wanted to obtain the topk similar vectors to these nq vectors respectively. ![search_result_format](./figs/nq_topk_search_results.png)