mirror of https://github.com/milvus-io/milvus.git
[skip ci]Update retrieve_entity.md (#11385)
Signed-off-by: ruiyi.jiang <ruiyi.jiang@zilliz.com>pull/11395/head
parent
8b7fb06b13
commit
7c6ec6fec1
|
@ -2,7 +2,7 @@
|
|||
|
||||
## Background
|
||||
|
||||
Milvus supports one entity containing multiple vector fields and multiple scalar fields.
|
||||
In Milvus, one entity encapsulates multiple vectors and scalars.
|
||||
|
||||
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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue