ISSUE: When multiple files are uploaded to an agent, you cannot determine which specific file the agent used to generate its answer. The response only includes brackets indicating that the information was sourced from a file (see image below).
FIX: Use Azure OpenAI on Your Data in combination with Azure Blob Storage.
Here's how it works:
Azure Blob Storage acts as a secure and scalable repository for storing your files. Each file is uniquely identified, making it easier to manage and trace the source of the data. Azure OpenAI on Your Data enables querying the content stored in Azure Blob Storage. It allows you to upload documents, index them, and retrieve relevant answers based on the data. Additionally, you can configure it to return more detailed responses, including references to the specific file(s) from which the answer was derived.
Documentation to Azure OpenAI On Your Data can be found here: https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/use-your-data?tabs=blob-storage%2Ccopilot