mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Fix grammar (#12887)
Signed-off-by: sida shen <sida.shen@zilliz.com>
This commit is contained in:
parent
5a01a92b5f
commit
d00df79161
@ -2,7 +2,7 @@
|
||||
|
||||
## Background
|
||||
|
||||
In Milvus, a collection has multiple fields, mainly there are two kinds fields: vector field and scalar field. We call a row as an entity, one entity encapsulates multiple vectors and scalar values.
|
||||
In Milvus, a collection has multiple fields, mainly there are two kinds of fields: vector field and scalar field. We call a row as an entity, one entity encapsulates multiple vectors and scalar values.
|
||||
|
||||
When creating a collection, you can specify using the primary key generated automatically, or using the user-provided primary key.
|
||||
If a user sets to use the user-provided primary key, each entity inserted must contain the primary key field. Otherwise, the insertion fails.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user