Bring your own data to Azure OpenAI Service Large Language Models
In this video, we'll walk through how to bring your own data to Azure OpenAI Service Large Language Models. We'll start by uploading PDF files, then move on to creating an OpenAI deployment and a RAG index. We'll also do some sandbox and Python testing to see the solution in action, before wrapping up with a summary of what we covered.
Description
This post discusses how Microsoft Azure OpenAI service employed a Retrieval Augmented Generation (RAG) technique called Use Your Data to enable Generative AI queries to incorporate private data. A full walk-through solution is included in text and video.
This video is part of a blog post at: https://robkerr.ai/azure-openai-bring-your-own-data/
0:00 Introduction
0:36 Upload PDF Files
1:43 Create OpenAI Deployment
2:17 Create RAG Index
3:22 Sandbox Testing
4:35 Python Testing
6:08 Summary