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 46d2e6c commit 659ecc8Copy full SHA for 659ecc8
contributing/samples/adk_answering_agent/upload_docs_to_vertex_ai_search.py
@@ -135,7 +135,7 @@ def import_from_gcs_to_vertex_ai(
135
# parent has the format of
136
# "projects/{project_number}/locations/{location}/collections/{collection}/dataStores/{datastore_id}/branches/default_branch"
137
parent=full_datastore_id + "/branches/default_branch",
138
- # Specify the GCS source and use "content" for unstructed data.
+ # Specify the GCS source and use "content" for unstructured data.
139
gcs_source=discoveryengine.GcsSource(
140
input_uris=[gcs_uri], data_schema="content"
141
),
0 commit comments