[skip ci]Format markdown for retrieve_entity.md (#11867)

Signed-off-by: ruiyi.jiang <ruiyi.jiang@zilliz.com>
pull/11826/head^2
ryjiang 2021-11-16 09:45:14 +08:00 committed by GitHub
parent ba84fd4565
commit 809ffbf10e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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