Azure-Samples/aisearch-openai-rag-audio
A voice-enabled RAG application using Azure AI Search and GPT-4o's realtime audio API for interactive conversational AI experiences.

This repository provides an implementation of the VoiceRAG pattern, combining retrieval-augmented generation with voice interfaces. It leverages Azure AI Search for vector-based document retrieval and the GPT-4o realtime API to process audio input and generate spoken responses. The application captures voice from the browser microphone, retrieves relevant context from a knowledge base, and returns audio responses through the OpenAI API.