[skip ci]Update retrieve_entity md (#11362)

Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
pull/11399/head
yanliang567 2021-11-08 10:15:02 +08:00 committed by GitHub
parent d8bab0cd21
commit dc9e8566a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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.