[skip e2e] Check the grammar of segment_growing.md (#15134)

Signed-off-by: min.tian <min.tian.cn@gmail.com>
This commit is contained in:
min.tian 2022-02-09 10:16:10 +08:00 committed by GitHub
parent c7e93f95aa
commit 06535eb7eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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` 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 ## SegmentGrowingImpl internal