RAG (Retrieval Augmented Generation) is the most common approach used to get LLMs to answer questions grounded in a particular domain's data. Learn how to build a RAG-based custom copilot end-to-end using Azure AI Studio, code-first. We'll walk through "Contoso Chat", a retail copilot scenario with product and customer data. We'll explore prompt engineering using prompty assets, orchestration with promptflow flex-flows and automated provisioning and deployment with azd. You'll learn how to build & test your copilot locally (in VS Code), then deploy & test it in production on Azure.
Relevant Resources
1. #RAGHack Series:
https://aka.ms/raghack
2. RAG In Azure AI Studio Recording: https://reactor.microsoft.com/en-us/reactor/events/23334/
3. Contoso Chat Sample
https://aka.ms/aitour/contoso-chat