未验证 提交 2a6b64b3 编写于 作者: S SS 提交者: GitHub

[skip e2e] Fix grammar (#13788)

Signed-off-by: Nsida shen <sida.shen@zilliz.com>
上级 8faaa5d2
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册