Analysis
The requested information is not available in the retrieved data. Please try another query or topic.
Above error indicates
- Possible indexing issue while creating index or prompts were not helpful.
You can select all fields and make it retrievable and filterable (not for dictionary /complex types) while creating index on your data
https://learn.microsoft.com/en-us/azure/search/search-get-started-portal#clean-up-resources
- Proper prompting is needed to get desired data,
You can do a keyword search in AI search first if the results are coming in AI search side. Please modify your prompts like Use the attached document and answer.
How to
We just need to add our AI search services or files or any other services in knowledge section of AI agents
Please add Search index contributor for AI foundry project on AI search service if you are facing any 403/401 authorization error.
Thank you.