From 06535eb7eb66c5fb8eab6dc0ab1bb973ac48254f Mon Sep 17 00:00:00 2001 From: "min.tian" Date: Wed, 9 Feb 2022 10:16:10 +0800 Subject: [PATCH] [skip e2e] Check the grammar of segment_growing.md (#15134) Signed-off-by: min.tian --- docs/design_docs/segcore/segment_growing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design_docs/segcore/segment_growing.md b/docs/design_docs/segcore/segment_growing.md index 2be0f7699d..c3f8ad7da4 100644 --- a/docs/design_docs/segcore/segment_growing.md +++ b/docs/design_docs/segcore/segment_growing.md @@ -20,7 +20,7 @@ During a search, each 'chunk' will be searched, and the search results will be s Growing Segment also implements small batch index for vectors. The parameters of small batch index are preset in `segcore config` -When `metric type` is specified in the schema, the default parameters will build index for each chunk to accelerate query +When `metric type` is specified in the schema, the default parameters will build an index for each chunk to accelerate query ## SegmentGrowingImpl internal