[skip e2e] Fix grammar (#13893)

Signed-off-by: sida shen <sida.shen@zilliz.com>
pull/13905/head
SS 2021-12-21 19:21:09 +08:00 committed by GitHub
parent 3c2605f174
commit 1e118e71a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ Rows per segment are controlled by parameters `size_per_Chunk ` config
When inserting, first allocate enough space to ensure `total_size <= num_chunk * size_per_chunk`, and then convert data from row format to column format.
During search, each 'chunk' will be searched, and the search results will be saved as 'subquery result', then reduced into TopK.
During a search, each 'chunk' will be searched, and the search results will be saved as 'subquery result', then reduced into TopK.
Growing Segment also implements small batch index for vectors. The parameters of small batch index are preset in `segcore config`