Hi everyone, I’m experiencing an issue with Azure AI Search, where it randomly returns the message: "The requested information is not available in the retrieved data. Please try another query or topic."
To add to the confusion, I have a field called clientName. When I ask, "What's the client name?" it returns the same error, but if I ask, "What's the clientName?" it provides the correct value.
Has anyone else encountered this issue?
#Azure AI Search Randomly Returning "Data Not Available" Error
5 messages · Page 1 of 1 (latest)
Hey, it might be worthing adjusting the parameters for strictness and top_n_documents. The reference is here: https://learn.microsoft.com/en-us/azure/ai-services/openai/references/azure-search?tabs=python . @vivid parrot or @errant tundra any other thoughts?
Thank you, I tried to change strictness to 1 and topn to 10 and still having same issue.
May be its the case sensitivity issue https://learn.microsoft.com/en-us/azure/search/search-index-schema#field-names?WT.mc_id=studentamb_426962
@shut jewel Thanks but the link is 404 😦