Skip to content

Commit 8e62b28

Browse files
committed
PR notes
1 parent a025a1f commit 8e62b28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/services/stt/riva.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ description: "Speech-to-text service implementation using NVIDIA Riva"
55

66
## Overview
77

8-
`RivaSTTService` provides real-time speech-to-text capabilities using NVIDIA's Riva Parakeet model by default. It supports interim results and configurable recognition parameters for enhanced accuracy.
8+
`RivaSTTService` provides real-time speech-to-text capabilities using NVIDIA's Riva Parakeet model. It supports interim results and configurable recognition parameters for enhanced accuracy. `RivaSegmentedSTTService` provides speech-to-text capabilities via NVIDIA's Riva Canary model.
99

1010
## Installation
1111

12-
To use `RivaSTTService`, install the required dependencies:
12+
To use `RivaSTTService` or `RivaSegmentedSTTService`, install the required dependencies:
1313

1414
```bash
1515
pip install "pipecat-ai[riva]"

0 commit comments

Comments
 (0)