Request to add files to deployed Chat with your data Bot

Jai-6363 245 Reputation points
2023-09-30T06:25:21.6533333+00:00

I deployed "Chat with your data" Bot using the Azure Search OpenAI demo. However, I would like to know how to add more files after deployment. Is there a way to add files directly to blob storage or a pipeline to sync with the blob storage folder? Ideally, I would like for the changes to be reflected in the Bot.

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
4,083 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,604 questions
{count} votes

Accepted answer
  1. Ramr-msft 17,826 Reputation points
    2023-10-01T15:14:14.7+00:00

    @Jai-6363 Thanks for the question, To upload more PDFs, put them in the data/ folder and run ./scripts/prepdocs.sh or ./scripts/prepdocs.ps1. To avoid reuploading existing docs, move them out of the data folder. You could also implement checks to see whats been uploaded before; our code doesn't yet have such checks.

    If you've changed the infrastructure files (infra folder or azure.yaml), then you'll need to re-provision the Azure resources. You can do that by running:

    azd up

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.