From fb8845949fa05b6ce42c77f3dadeb435314b697f Mon Sep 17 00:00:00 2001 From: AnthonyTsu1984 <115786031+AnthonyTsu1984@users.noreply.github.com> Date: Mon, 4 Sep 2023 02:34:59 +0000 Subject: [PATCH] update search Signed-off-by: AnthonyTsu1984 <115786031+AnthonyTsu1984@users.noreply.github.com> --- site/en/userGuide/search/search.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/site/en/userGuide/search/search.md b/site/en/userGuide/search/search.md index b6471f620..3051f45e9 100644 --- a/site/en/userGuide/search/search.md +++ b/site/en/userGuide/search/search.md @@ -302,11 +302,10 @@ Output:
SEARCH_PARAM
nprobe
Indicates the number of cluster units to search. This parameter is available only when index_type
is set to IVF_FLAT
, IVF_SQ8
, or IVF_PQ
. The value should be less than nlist
specified for the index-building process.ef
Indicates the search scope. This parameter is available only when index_type
is set to HNSW
. The value should be within the range from top_k
to 32768
.metric_type
Indicates the metric type used in the search. It should be the same as the one specified when you index the collection.limit
Indicates the number of entities to return starting from the last skippped entity.offset
Indicates the number of entities to skip during the search. The sum of this parameter and topK
of the withTopK()
method should be less than 16384
.