Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/realtime_voice.md
Original file line number Diff line number Diff line change
@@ -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`
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down