diff --git a/docs/realtime_voice.md b/docs/realtime_voice.md new file mode 100644 index 00000000..28e99aa4 --- /dev/null +++ b/docs/realtime_voice.md @@ -0,0 +1,11 @@ +# Real-Time Voice with GPT-RAG + +## Overview + +The Real-Time Voice feature in GPT-RAG enables low-latency, voice-based interactions with your RAG system using Azure OpenAI's Realtime API. This feature allows users to have natural voice conversations with your AI assistant, which can access and retrieve information from your knowledge base in real-time. + + + +### Setting the Strategy + +To enable Real-Time Voice mode, configure the orchestrator strategy to `realtime` \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index c145377c..bc353ead 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -41,6 +41,7 @@ nav: - Orchestrator: ochestrator.md - How-to Guides: - User Feedback: userfeedback.md + - Real-time voice interaction: realtime_voice.md - Meet the Team: team.md - Contributing: contributing.md extra: