Azure-Samples/azure-search-openai-demo
A Python application demonstrating retrieval-augmented generation by combining Azure OpenAI GPT models with Azure AI Search for document-grounded chat experiences.

Velocity · 7d
+6.3
★ / day
Trend
→steady
star history
This sample application implements the RAG pattern using Azure cloud services. Users can chat with their own documents, with the system retrieving relevant content from Azure AI Search and using GPT models from Azure OpenAI to generate contextually grounded answers. The solution includes a Python backend with deployment support via Azure Developer CLI (azd) templates.