未验证 提交 06861eda 编写于 作者: S SS 提交者: GitHub

[skip ci] Fix grammar in design doc (#8881)

Signed-off-by: Nsida shen <sida@sidas-MacBook-Pro.local>
Co-authored-by: Nsida shen <sida@sidas-MacBook-Pro.local>
上级 d66cb16b
......@@ -6,11 +6,11 @@
Milvus supports one entity containing multiple vector fields and multiple scalar fields.
When creating a collection, you can specify using the primary key generated automatically or the primary key user provided. If the user sets to use the primary key user provided, each entity inserted must contain the primary key field, otherwise the insertion will fail. The primary keys will be returned after the insertion request is successful.
When creating a collection, you can specify using the primary key generated automatically or the user-provided primary key. If the user sets to use the user-provided primary key, each entity inserted must contain the primary key field, otherwise, the insertion will fail. The primary keys will be returned after the insertion request is successful.
Milvus currently only supports primary keys of int64 type.
QueryNode subscribes to insert channel, and will determine whether to use the data extracted from insert channel or data processed by DataNode to provide services according to the status of a segment.
QueryNode subscribes to the insert channel and will determine whether to use the data extracted from insert channel or data processed by DataNode to provide services according to the status of a segment.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册