Skip to content

Commit 9f5171b

Browse files
Milvus-doc-botMilvus-doc-bot
Milvus-doc-bot
authored and
Milvus-doc-bot
committed
Release new docs
1 parent 7259cc9 commit 9f5171b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v2.4.x/site/en/userGuide/manage-collections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1768,7 +1768,7 @@ Upon receiving your load request, Milvus loads all vector field indexes and all
17681768
# 7. Load the collection
17691769
client.load_collection(
17701770
collection_name="customized_setup_2",
1771-
load_fields=["my_id", "my_vector"] # Load only the specified fields
1771+
load_fields=["my_id", "my_vector"], # Load only the specified fields
17721772
skip_load_dynamic_field=True # Skip loading the dynamic field
17731773
)
17741774

0 commit comments

Comments
 (0)