diff --git a/docs/design_docs/segcore/basic_types.md b/docs/design_docs/segcore/basic_types.md index c746ad312f8793df397ea66354c7fa16e261ae96..7b3099b4beecad7d76eada68bfdb9ae50ee2ed7d 100644 --- a/docs/design_docs/segcore/basic_types.md +++ b/docs/design_docs/segcore/basic_types.md @@ -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`: 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