From the course: Azure for Developers: Retrieval-Augmented Generation (RAG) with Azure AI

Unlock this course with a free trial

Join today to access over 24,900 courses taught by industry experts.

Challenge: Create a RAG solution using Azure AI Search

Challenge: Create a RAG solution using Azure AI Search

(upbeat music) - [Instructor] It's time for a challenge. You are tasked to create a RAG solution using Azure AI Search. Our data set is comprised of PDF documents with product information about the Contoso company. Here's a sample of these documents. Your task is to create a chat application that answers questions from these documents. The steps in this challenge are enumerated in this notebook. You need to set up an Azure AI resource Azure OpenAI and Azure Storage. Remember that you need to enable the system assigned manage identity for AzureAI Search and provide the appropriate rules to access Azure Open AI and Azure Storage. You will then create an index named product-index. Fields of your document should contain the title of the document, document content and contentVector. Vector size is 3,072 using the text embedding 3 large model. You'll upload your product files into a blob storage container named products and you should create a data source named product-ds so that the…

Contents