[skip ci]Format markdown doc for proxy-reduce.md (#9840)

Signed-off-by: ruiyi.jiang <ruiyi.jiang@zilliz.com>
This commit is contained in:
ryjiang 2021-10-14 09:02:34 +08:00 committed by GitHub
parent 91d8f85df7
commit 404b3710ff
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 received 4 search results from query nodes.
Each Search Result is nq * topk two dimensional structureas 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 structureas 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.。
![search_result_format](./figs/nq_topk_search_results.png)