[skip e2e] improve annotation (#13949)

Signed-off-by: Xieql <qianglong.xie@zilliz.com>
pull/13943/head
Xieql 2021-12-22 14:25:12 +08:00 committed by GitHub
parent 6af7741c5f
commit c36439b13e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ ie. searching is a lot slower than from RAM.
## Distributed query
To reduce the bandwidth required from the machine that does the queries, it is possible to split the search accross several search servers.
To reduce the bandwidth required from the machine that does the queries, it is possible to split the search across several search servers.
This way, only the effective results are returned to the main machine.
The search client and server are implemented in [`search_server.py`](search_server.py).