VertexAiSearchTool is not able to access the datastore vertexaisearch which i have created in the Gemini Enterprise #5196
Replies: 1 comment
-
|
Response from ADK Answering Agent (experimental, answer may be inaccurate) TLDR: While the documentation doesn't explicitly mention federated connectors, Hello! Thanks for reaching out with your question. Let's break down the possible issues. 1. Support for Federated Connectors
2. Configuration and AuthenticationThe empty response with no errors strongly suggests an authentication or configuration problem. Here are a few things to verify:
To summarize, the problem is less likely to be a limitation of [1] https://google.github.io/adk-docs/grounding/vertex_ai_search_grounding/ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone 👋
I'm trying to use VertexAiSearchTool with an LlmAgent to query a SharePoint Online federated connector datastore, but it’s not working properly.
The agent simply returns an empty response with no errors, which makes debugging quite difficult since it's a silent failure.
Datastore path:
projects/{project}/locations/global/collections/default_collection/dataStores/{id}-sharepoint-federated_{id}_file
Environment setup:
GOOGLE_CLOUD_LOCATION = us-central1
GOOGLE_GENAI_USE_VERTEXAI = True
Model: gemini-2.0-flash
Observed behavior:
When running the agent getting this below output.
Beta Was this translation helpful? Give feedback.
All reactions