From 45bf1847eee1c2695a9a32072bef819c1e7090ec Mon Sep 17 00:00:00 2001 From: tinswzy Date: Thu, 7 Nov 2024 21:04:51 +0800 Subject: [PATCH] update manage-collections document --- site/en/userGuide/manage-collections.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/en/userGuide/manage-collections.md b/site/en/userGuide/manage-collections.md index e4808ed9e..6278ffb43 100644 --- a/site/en/userGuide/manage-collections.md +++ b/site/en/userGuide/manage-collections.md @@ -1768,7 +1768,7 @@ Upon receiving your load request, Milvus loads all vector field indexes and all # 7. Load the collection client.load_collection( collection_name="customized_setup_2", - load_fields=["my_id", "my_vector"] # Load only the specified fields + load_fields=["my_id", "my_vector"], # Load only the specified fields skip_load_dynamic_field=True # Skip loading the dynamic field )