When utilizing Azure OpenAI and incorporating my own data through blob storage, I'm curious about the process of updating the data within the blob storage and how it impacts the functionality of the chatbot I'm using. Could you please provide insight into how this update mechanism works?

1

There are 1 best solutions below

0
Ram On

Here is the sample for Indexing additional documents. To upload more PDFs, put them in the data/ folder and run ./scripts/prepdocs.sh or ./scripts/prepdocs.ps1.

A recent change added checks to see what's been uploaded before. The prepdocs script now writes an .md5 file with an MD5 hash of each file that gets uploaded. Whenever the prepdocs script is re-run, that hash is checked against the current hash and the file is skipped if it hasn't changed.