mirror of https://github.com/milvus-io/milvus.git
[skip ci]Update retrieve_entity md (#11362)
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>pull/11399/head
parent
d8bab0cd21
commit
dc9e8566a0
|
@ -4,7 +4,9 @@
|
|||
|
||||
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.
|
||||
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