[skip e2e] Check the syntax of proxy_reduce md (#14380)

Signed-off-by: min.tian <min.tian.cn@gmail.com>
This commit is contained in:
min.tian 2021-12-28 09:50:08 +08:00 committed by GitHub
parent 63ee525bf3
commit d7552c5ce9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 structureas 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)