-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Agent almost never generates answer despite data is available in datastore. #913
Comments
Thanks for opening this issue. I attempted to reproduce but was not able to, the notebook is working as expected for me and is returning movies based on records in the dataset. Ensure that you followed the tutorial steps here: https://cloud.google.com/generative-ai-app-builder/docs/try-enterprise-search#structured-data Ensure that the search app is working as expected when you preview the search app and search for a sample query: https://cloud.google.com/generative-ai-app-builder/docs/try-enterprise-search#preview_your_app Ensure that the code cell that tests the Vertex AI Search retriever function is working as expected: search_kaggle_movies("Harry Potter") And if you continue to run into errors, can you post more details about:
|
Hi Kristopher, PS: the remote agent has same issue. Deployed using the given code in the notebook
|
Thanks for the info that the local agent is having the same issue. In order for me to reproduce, can you post more details about:
|
File Name
tutorial_vertex_ai_search_rag_agent.ipynb
What happened?
For all the questions proposed to the deployed agent in this notebook, the agent replies : "I cannot fulfill this request. The available tools do not have information about ..." despite the queried information is present in the structure data.
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: