Skip to content

Commit cfd8f81

Browse files
committed
chore: Fix spelling - unstructured
Signed-off-by: Josh Soref <[email protected]>
1 parent d94e430 commit cfd8f81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing/samples/adk_answering_agent/upload_docs_to_vertex_ai_search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def import_from_gcs_to_vertex_ai(
148148
# parent has the format of
149149
# "projects/{project_number}/locations/{location}/collections/{collection}/dataStores/{datastore_id}/branches/default_branch"
150150
parent=full_datastore_id + "/branches/default_branch",
151-
# Specify the GCS source and use "content" for unstructed data.
151+
# Specify the GCS source and use "content" for unstructured data.
152152
gcs_source=discoveryengine.GcsSource(
153153
input_uris=[gcs_uri], data_schema="content"
154154
),

0 commit comments

Comments
 (0)