We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d94e430 commit cfd8f81Copy full SHA for cfd8f81
contributing/samples/adk_answering_agent/upload_docs_to_vertex_ai_search.py
@@ -148,7 +148,7 @@ def import_from_gcs_to_vertex_ai(
148
# parent has the format of
149
# "projects/{project_number}/locations/{location}/collections/{collection}/dataStores/{datastore_id}/branches/default_branch"
150
parent=full_datastore_id + "/branches/default_branch",
151
- # Specify the GCS source and use "content" for unstructed data.
+ # Specify the GCS source and use "content" for unstructured data.
152
gcs_source=discoveryengine.GcsSource(
153
input_uris=[gcs_uri], data_schema="content"
154
),
0 commit comments