[skip e2e] Fix grammar (#13788)

Signed-off-by: sida shen <sida.shen@zilliz.com>
pull/13806/head
SS 2021-12-20 19:37:24 +08:00 committed by GitHub
parent 8faaa5d255
commit 2a6b64b384
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
- `Segment`: The memory structure of storing a piece of data which supports concurrent insertion, deletion, query, index loading, monitoring and statistics
- `Schema`: Definition of collection data format, including
- `vector<FieldMeta>`: Order list of FieldMeta
- `isAutoId`: If set to True , default primary field is `RowId` and it is auto generated
- `isAutoId`: If set to True , the default primary field is `RowId` and it is auto generated
- `primaryKey`: (When `isAutoId = False`) Specify primary key field
- `FieldMeta`: Field properties, including
- `DataType`: Data type, including Int8...Int64, Float, Double, FloatVector, BinaryVector and String later