Class VertexAISearch (1.75.0)

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.