From 809ffbf10ee684c4f7ecba9cb38e5fda6ee40d3f Mon Sep 17 00:00:00 2001 From: ryjiang Date: Tue, 16 Nov 2021 09:45:14 +0800 Subject: [PATCH] [skip ci]Format markdown for retrieve_entity.md (#11867) Signed-off-by: ruiyi.jiang --- docs/design_docs/retrieve_entity.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/design_docs/retrieve_entity.md b/docs/design_docs/retrieve_entity.md index c281e14e4c..3941587be6 100644 --- a/docs/design_docs/retrieve_entity.md +++ b/docs/design_docs/retrieve_entity.md @@ -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.