Dear Community, I working on a Conversational Agent, my data is already made available in the project to the agent and it is hosted in EU, yet the agent somehow is configured for US, I could not find a way to change this setting in the agent, i am using the graphical interface at BigQuery → Conversation → Create Agent.
do you also suggest a better way to develop the agent, i am a bit new to using the SDK from Vertex AI.
In my play with BigQuery Conversational Analytics, my belief is that the resource definitions for Data Agents is that they are “Global” rather than EU, US or elsewhere. I am drawing this information by looking at the API to create a data agent.
Since this service is still pre-General Availability, I don’t know yet if this is the final state of affairs or just the current story.
As to creating a Data Agent instance, the GCP Console UI appears to be just a pretty UI wizard/front-end to the underlying API for creating such an agent. It looks like you can create data agent instances using:
The GCP Console
The REST API
The Python API (which is likely a wrapper on the REST API)