Setting Up a Chatbot for Document Handling in Azure AI Studio
I am implementing a chatbot using Azure AI Studio for the biology team in my company to analyze various document types and access our lab protocols. The goal is to allow team members to troubleshoot assays, request recommendations, and upload data, with the chatbot providing advice and next steps based on the protocols.
What is the best method for handling document uploads (Excel, PDF, images)? Should there be a direct upload capability in the chat input (not currently supported by GPT-4 in Azure AI Studio), or should users upload data to Blob storage instead? Is Blob storage capable of automatic indexing for new uploads, enabling immediate querying? How do I set this up within my chat prompt flow? Thank you!