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: |
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. |