Azure OpenAI Integration for Automated Question Responses

Maxime Viens 40 Reputation points
2023-11-27T18:49:36.23+00:00

Hello everyone,

I'm currently exploring a solution using Azure OpenAI to streamline our response process to RFP (Request for Proposal) questions.

Here's the situation: When we participate in a bidding process, we often receive a set of questions in an Excel format from the company. We've noticed that many of these questions are similar to ones we've encountered in previous bids. To manage this, I have compiled a collection of Excel documents (which I can convert to Word if necessary) that contain both the questions from these previous bids and the responses we provided.

My question is: Is it feasible to upload these documents to an Azure Blob storage, and then use OpenAI to process new questions we receive? The goal would be for OpenAI to automatically generate answers based on the knowledge it acquires from the content of the previously uploaded documents.

I'm open to any ideas, suggestions, or insights on this approach.

Thank you for your help!

Best regards,

Max

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
751 questions
Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,407 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,418 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Pramod Valavala 20,591 Reputation points Microsoft Employee
    2023-11-27T20:48:40.97+00:00

    @Maxime Viens This is possible and easy to implement by leveraging Azure OpenAI on your Data.

    This will be the piece that helps you to leverage OpenAI along with your data to provide responses to your users. You can convert your existing data into text files and have them indexed as shown in the docs for grounded responses from the AI Model.

    0 comments No comments