[skip e2e] Refine developer guides (#13774)

Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
pull/13806/head
binbin 2021-12-20 19:27:58 +08:00 committed by GitHub
parent bf43e94342
commit 32d6bd5593
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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 similar vectors to these nq vectors respectively.
![search_result_format](./figs/nq_topk_search_results.png)