From 32d6bd5593c216bdc217cd3dc34f8a702bf00b4e Mon Sep 17 00:00:00 2001 From: binbin <83755740+binbinlv@users.noreply.github.com> Date: Mon, 20 Dec 2021 19:27:58 +0800 Subject: [PATCH] [skip e2e] Refine developer guides (#13774) Signed-off-by: Binbin Lv --- 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 648be03b4b..f9b666a452 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 received 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 has input nq vectors and wants to obtain the topk most 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 has input nq vectors and wants to obtain the topk similar vectors to these nq vectors respectively. ![search_result_format](./figs/nq_topk_search_results.png)