From c36439b13edfd1b3db6cbd8e4b5161872442f9f0 Mon Sep 17 00:00:00 2001 From: Xieql Date: Wed, 22 Dec 2021 14:25:12 +0800 Subject: [PATCH] [skip e2e] improve annotation (#13949) Signed-off-by: Xieql --- .../index/thirdparty/faiss/benchs/distributed_ondisk/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/core/src/index/thirdparty/faiss/benchs/distributed_ondisk/README.md b/internal/core/src/index/thirdparty/faiss/benchs/distributed_ondisk/README.md index 25ba422173..447b404972 100644 --- a/internal/core/src/index/thirdparty/faiss/benchs/distributed_ondisk/README.md +++ b/internal/core/src/index/thirdparty/faiss/benchs/distributed_ondisk/README.md @@ -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).