From c15454eccf4123d3e430fadb8a2a554b4eb452b9 Mon Sep 17 00:00:00 2001 From: groot Date: Mon, 20 Dec 2021 10:52:43 +0800 Subject: [PATCH] [skip e2e] Add note for design doc (#13690) Signed-off-by: yhmo --- docs/design_docs/retrieve_entity.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design_docs/retrieve_entity.md b/docs/design_docs/retrieve_entity.md index 98cdf55e0c..6e4e38a875 100644 --- a/docs/design_docs/retrieve_entity.md +++ b/docs/design_docs/retrieve_entity.md @@ -2,7 +2,7 @@ ## Background -In Milvus, a collection has multiple fields, mainly there are two kinds of fields: vector field and scalar field. We call a row as an entity, one entity encapsulates multiple vectors and scalar values. +In Milvus, a collection has multiple fields, mainly there are two kinds of fields: vector field and scalar field. We call a row an entity, one entity encapsulates multiple vectors and scalar values. When creating a collection, you can specify using the auto-generated primary key, 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.