This application allows a user to upload multiple files and ask questions based on their contents using OpenAI. Please is the guide to use it.
Application is deployed to Azure using Azure App Service. Can be accessed URL below,
Step 1: Go to application via link https://ps-file-bot.azurewebsites.net/
Step 2: You would need your OpenAI API key to access this. You can get your key from here -> https://platform.openai.com/account/api-keys Step 3: Enter the API key in the box below. And lick on load key. It will display a success message if the key has been loaded After click
Step 4: You need to upload files to set the context of the conversation. You can upload multiple files as well. They can be .txt, .pdf, .doc, .csv, .xlsx. Click on "Browse Files" or drag and drop files on the box.
Step 5: We can now start asking questions. Put your question in the main text box and click on "Send". Allow the application to do its thing and generate the response.
Note:
-
Please delete your key after testing with the "Delete Key" button if you have uploaded the file. You can delete the uploaded file by clicking on the button with the file name, pic below,
-
All the files uploaded are stored in the storage space of Azure App Service and removed once deleted via application