From 8f78520e116daad17376d9ac169cdf1d919f753d Mon Sep 17 00:00:00 2001 From: alex-ibb <133253947+alex-ibb@users.noreply.github.com> Date: Wed, 11 Jun 2025 22:53:26 +0800 Subject: [PATCH] Update load-and-release.md : add missing comma --- v2.5.x/site/en/userGuide/collections/load-and-release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )