[skip ci]Update typos in segment overview md (#11833)

Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
pull/11842/head
yanliang567 2021-11-15 19:57:43 +08:00 committed by GitHub
parent 83f2bec6ba
commit c4e46ee7d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
# Segment Overview
There are currently two types of Segment
There are currently two types of Segments
1. Growing segment, dynamic insert is allowed, but can not load index for fast retrieving
2. Sealed segment, dynamic insert is disabled, load vector index is supported
2. Sealed segment, dynamic insert is disabled, loading vector index is supported
Both Segment types share the same interface, based on `SegmentInterface`, External callers only need to care about the behaviour of the following interface as function declarations and corresponding constructor: