VertexAISearch(
data_store_id: str,
location: str,
project: typing.Optional[str] = None,
disable_attribution: bool = False,
)
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
Attributes |
|
---|---|
Name | Description |
location |
str
GCP multi region where you have set up your Vertex AI Search data store. Possible values can be global , us , eu , etc.
Learn more about Vertex AI Search location here:
https://cloud.google.com/generative-ai-app-builder/docs/locations
|
project |
Optional[str]
The project where you have set up your Vertex AI Search. If not specified, will assume that your Vertex AI Search is within your current project. |
disable_attribution |
bool
If set to True , skip finding claim attributions (i.e not generate grounding citation). Default: False.
|