Build an App to question files in blob

ADM - Paulo Silva 0 Reputation points
2024-03-12T17:18:26.67+00:00

Hello everyone, I want to build an app to upload files (PDF's, Docs, etc), per user, this is, I don't people to search on each other documents, but want to use a centralized location, like a Blob Storage and segregate access, and then use a bot to "question" my files. I would like to use Azure AI Document Intelligence or Azure Cognitive Search to index files, I presume an index should be created by user and then deleted after the time I define on the code like 24h or 48h, etc. Is this even possible ? Thanks everyone

Paulo

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
747 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,162 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,881 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,368 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,375 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. SnehaAgrawal-MSFT 18,361 Reputation points
    2024-03-14T07:24:00.35+00:00

    @ADM - Paulo Silva Thanks for reaching here! You may take a look at semantic kernel chat examples it has this concept of user uploading the doc & questioning on it-

    Steps-

    • Store your unstructured data in Azure Blob Storage.
    • Create search experiences based on data stored in Blob Storage with Azure AI Search.
    • Teach ChatGPT to answer questions based on your PDF content using Azure AI search and Azure OpenAI.

    Refer to this detailed blog would be helpful- Teach ChatGPT to Answer Questions Based on PDF content: Using Azure AI Search and Azure OpenAI (Semantic Kernel.ver)

    Hope this helps.

    0 comments No comments