mirror of https://github.com/milvus-io/milvus.git
[skip ci]Format markdown for retrieve_entity.md (#11867)
Signed-off-by: ruiyi.jiang <ruiyi.jiang@zilliz.com>pull/11826/head^2
parent
ba84fd4565
commit
809ffbf10e
|
@ -4,8 +4,8 @@
|
|||
|
||||
In Milvus, one entity encapsulates multiple vectors and scalars.
|
||||
|
||||
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.
|
||||
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.
|
||||
The primary keys will be returned after the insertion request is successful.
|
||||
|
||||
Milvus currently only supports primary keys of int64 type.
|
||||
|
|
Loading…
Reference in New Issue