Skip to content

Commit ac4f3df

Browse files
committed
spelling: unstructured
Signed-off-by: Josh Soref <[email protected]>
1 parent 31c7a84 commit ac4f3df

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
@@ -135,7 +135,7 @@ def import_from_gcs_to_vertex_ai(
135135
# parent has the format of
136136
# "projects/{project_number}/locations/{location}/collections/{collection}/dataStores/{datastore_id}/branches/default_branch"
137137
parent=full_datastore_id + "/branches/default_branch",
138-
# Specify the GCS source and use "content" for unstructed data.
138+
# Specify the GCS source and use "content" for unstructured data.
139139
gcs_source=discoveryengine.GcsSource(
140140
input_uris=[gcs_uri], data_schema="content"
141141
),

0 commit comments

Comments
 (0)