Simple RAG Consumption with Azure OpenAI and AI Search
to learn how to
receive a query from the user, convert it into vectors, form the context, and return a
comprehensive response using a Large Language Model (LLM). This guide assumes that you have an
understanding of the Azure OpenAI Connector and Azure AI Search Connector concepts.