[skip e2e] Fix typo for design doc (#14919)

Signed-off-by: yhmo <yihua.mo@zilliz.com>
pull/14921/head
groot 2022-01-06 10:55:26 +08:00 committed by GitHub
parent ab4efd1d3b
commit 3db94a7d0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ See design details `${milvus_root}/internal/core/src/segcore/SegmentInterface.h`
2. SealedSegment must be 1
7. `debug()`: debug is used to print extra information while debugging
8. `vector_search (vec_count, query..., timestamp, bitset, output)`: Search the vector column
1. `vec_count`: specifies how many entities participated in the vector search calculation, the rest of the segments are filtered out because it's timestamp is larger than specified timestamp. This function is mainly used in growing segment as multi version control(MVCC)
1. `vec_count`: specifies how many entities participated in the vector search calculation, the rest of the segments are filtered out because its timestamp is larger than specified timestamp. This function is mainly used in growing segment as multi version control(MVCC)
2. `query...`: multiple variables jointly specify the parameters and search vector
3. `timestamp`: timestamp is used for time traveling, filter out data with timestamp. Mainly for sealed segment
4. `bitset`: calculated bit mask value as an output