diff --git a/v2.5.x/site/en/userGuide/collections/load-and-release.md b/v2.5.x/site/en/userGuide/collections/load-and-release.md index 436ddb1cf0..318d81bae2 100644 --- a/v2.5.x/site/en/userGuide/collections/load-and-release.md +++ b/v2.5.x/site/en/userGuide/collections/load-and-release.md @@ -215,7 +215,7 @@ The following code snippet assumes that you have created a collection named **my client.load_collection( collection_name="my_collection", # highlight-next-line - 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 )