Skip to content

Commit

Permalink
update manage-collections document
Browse files Browse the repository at this point in the history
  • Loading branch information
tinswzy committed Nov 7, 2024
1 parent edcbbf0 commit 45bf184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/en/userGuide/manage-collections.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down

0 comments on commit 45bf184

Please sign in to comment.