Chat Playground not retrieving all the information from the Azure AI Search Index
Hi everyone,
I am using Azure AI Search Index to chat with my SQL Server database. I followed this tutorial: https://devblogs.microsoft.com/azure-sql/chat-with-your-data-azure-sql-database/ to set up my index and chat playground.
I am currently facing this issue: If I ask my bot to return unique values or all the values from one my rows for a specific date or any other column value, it does not return all the results from the table. When I search for the same query on my SQL Server or even on my index, one to five values are always missing. My prompt describes the table in detail and specifies to only retrieve the relevant information.
My database is also very large. Is it an issue with the large database and should I use another method for my SQL database. I am using gpt-4o as well.
Any help would be appreciated.