Class VertexAISearch (1.36.1)

VertexAISearch(
    data_store_id: str, location: str, project: typing.Optional[str] = None
)

VertexAISearchDatastore represents a grounding source using Vertex AI Search datastore .. attribute:: data_store_id

Data store ID of the Vertex AI Search datastore.

:type: str

//cloud.google.com/generative-ai-app-builder/docs/locations

Attributes

NameDescription
location str
GCP multi region where you have set up your Vertex AI Search data store. Possible values can be global, us, eu, etc.
project Optional[str]
The project where you have set up your Vertex AI Search.