From ee11fabf7658dc68f694b26b086239237b3b647c Mon Sep 17 00:00:00 2001 From: "Muhammed M (International Supplier)" Date: Thu, 11 Dec 2025 02:28:41 +0530 Subject: [PATCH] update: readme --- docs/realtime_voice.md | 11 +++++++++++ mkdocs.yml | 1 + 2 files changed, 12 insertions(+) create mode 100644 docs/realtime_voice.md 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: