File tree Expand file tree Collapse file tree 3 files changed +17
-5
lines changed
02-speech-to-text/universal-streaming Expand file tree Collapse file tree 3 files changed +17
-5
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,9 @@ navigation:
68
68
- page : Pipecat
69
69
path : pages/02-speech-to-text/pipecat-intro-guide.mdx
70
70
slug : /voice-agents/pipecat-intro-guide
71
+ - page : Vapi
72
+ path : pages/02-speech-to-text/universal-streaming/voice-agents/vapi.mdx
73
+ slug : /vapi
71
74
- page : Introducing Slam-1
72
75
path : pages/01-getting-started/slam-1.mdx
73
76
slug : /getting-started/slam-1
@@ -484,6 +487,8 @@ navigation:
484
487
path : pages/02-speech-to-text/universal-streaming/voice-agents/livekit.mdx
485
488
- page : Pipecat
486
489
path : pages/02-speech-to-text/universal-streaming/voice-agents/pipecat.mdx
490
+ - page : Vapi
491
+ path : pages/02-speech-to-text/universal-streaming/voice-agents/vapi.mdx
487
492
- section : LangChain
488
493
path : pages/06-integrations/langchain.mdx
489
494
slug : /langchain
@@ -643,7 +648,6 @@ navigation:
643
648
- page : Vapi
644
649
path : pages/02-speech-to-text/universal-streaming/voice-agents/vapi.mdx
645
650
slug : /vapi
646
- hidden : true
647
651
- page : Turn detection
648
652
path : pages/02-speech-to-text/universal-streaming/turn-detection.mdx
649
653
slug : /turn-detection
Original file line number Diff line number Diff line change @@ -1003,8 +1003,9 @@ Utilizing our ongoing transcriptions in this manner will allow you to achieve th
1003
1003
<Card title = " Pipecat" icon = { <img src = " https://assemblyaiassets.com/images/Pipecat.svg" alt = " Pipecat logo" />} href = " /docs/speech-to-text/universal-streaming/pipecat" >
1004
1004
View our Pipecat integration guide.
1005
1005
</Card >
1006
- { /* <Card title="Vapi" icon={<img src="https://assemblyaiassets.com/images/Vapi.svg" alt="Vapi logo"/>} href="https://docs.vapi.ai/providers/transcriber/assembly-ai">
1007
- View Vapi's AssemblyAI STT plugin documentation. TO DO: ADD VAPI */ }
1006
+ <Card title = " Vapi" icon = { <img src = " https://assemblyaiassets.com/images/Vapi.svg" alt = " Vapi logo" />} href = " /docs/speech-to-text/universal-streaming/vapi" >
1007
+ View our Vapi integration guide.
1008
+ </Card >
1008
1009
</CardGroup >
1009
1010
1010
1011
Original file line number Diff line number Diff line change @@ -5,18 +5,25 @@ AssemblyAI seamlessly integrates with a variety of tools and platforms to enhanc
5
5
<CardGroup >
6
6
<Card
7
7
title = " Livekit"
8
- icon = " forward-fast "
8
+ icon = { < img src = " https://assemblyaiassets.com/images/Livekit.svg " alt = " Livekit logo " /> }
9
9
href = " /docs/integrations/livekit"
10
10
>
11
11
Use AssemblyAI with Livekit's voice agent orchestrator.
12
12
</Card >
13
13
<Card
14
14
title = " Pipecat"
15
- icon = " cat "
15
+ icon = { < img src = " https://assemblyaiassets.com/images/Pipecat.svg " alt = " Pipecat logo " /> }
16
16
href = " /docs/integrations/pipecat"
17
17
>
18
18
Use AssemblyAI with Pipecat's voice agent orchestrator.
19
19
</Card >
20
+ <Card
21
+ title = " Vapi"
22
+ icon = { <img src = " https://assemblyaiassets.com/images/Vapi.svg" alt = " Vapi logo" />}
23
+ href = " /docs/integrations/vapi"
24
+ >
25
+ Use AssemblyAI with Vapi's voice agent orchestrator.
26
+ </Card >
20
27
</CardGroup >
21
28
22
29
## No-Code Integrations
You can’t perform that action at this time.
0 commit comments