From 28fa8c429fa8f7d0169de850ae29b3e326b3dc8e Mon Sep 17 00:00:00 2001 From: liyun95 <105278390+liyun95@users.noreply.github.com> Date: Thu, 26 Dec 2024 15:00:24 +0800 Subject: [PATCH] Update create-collection.md --- site/en/userGuide/collections/create-collection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/en/userGuide/collections/create-collection.md b/site/en/userGuide/collections/create-collection.md index 563b5591c..86fb5a45e 100644 --- a/site/en/userGuide/collections/create-collection.md +++ b/site/en/userGuide/collections/create-collection.md @@ -400,7 +400,7 @@ curl --request POST \ You can also create a collection without any index parameters and add them afterward. In this case, Milvus does not load the collection upon its creation. For details on how to create indexes for an existing collection, refer to [Index Explained](index-vector-fields.md). -The following code snippet demonstrates how to create a collection without a collection, and the load status of the collection remains unloaded upon creation. +The following code snippet demonstrates how to create a collection without an index, and the load status of the collection remains unloaded upon creation.