Class VertexAISearch (1.95.1)

VertexAISearch(
    datastore: str,
    *,
    project: typing.Optional[str] = None,
    ___location: typing.Optional[str] = None
)

Retrieve from Vertex AI Search data store for grounding. See https://cloud.google.com/products/agent-builder

Methods

VertexAISearch

VertexAISearch(
    datastore: str,
    *,
    project: typing.Optional[str] = None,
    ___location: typing.Optional[str] = None
)

Initializes a Vertex AI Search tool.

Parameters
Name Description
datastore str

Required. Vertex AI Search data store resource name. Format: projects/{project}/locations/{___location}/collections/default_collection/dataStores/{data_store} or {data_store}.

project str

Optional. Project ID of the data store. Must provide either the full data store resource name or data store id, project ID, and ___location.

___location str

Optional. Location of the data store. Must provide either the full data store resource name or data store id, project ID, and ___location.