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
5 changes: 0 additions & 5 deletions docs/api-ref/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ Speechmatics offers flexible REST and Websocket APIs for transcription and voice
icon={<ArrowUpDown/>}
href="/api-ref/realtime-transcription-websocket"
/>
<LinkCard
title="Flow Voice AI over websocket"
icon={<BotMessageSquare/>}
href="/api-ref/flow-voice-ai-websocket"
/>
<LinkCard
title="Create a transcription job by API"
icon={<CloudUpload/>}
Expand Down
14 changes: 0 additions & 14 deletions docs/api-ref/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,6 @@ export default [
},
],
},
{
type: "category",
collapsible: false,
collapsed: false,
label: "Flow – Voice AI",
items: [
{
type: "doc",
id: "api-ref/flow-voice-ai-websocket",
className: "wss api-method",
label: "Start conversation with an agent",
},
],
},
{
type: "category",
collapsible: false,
Expand Down
10 changes: 1 addition & 9 deletions docs/deployments/kubernetes/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,9 @@ Using Helm, customers can customize deployments through configurable values, man
description="Kubernetes deployment options for Realtime"
href="/deployments/kubernetes/realtime"
/>

<LinkCard
direction="column"
title="Flow Kubernetes"
description="Kubernetes deployment options for Flow"
href="/deployments/kubernetes/flow"
/>
</Grid>

## Supported applications

Speechmatics Kubernetes deployment supports the following applications:
- [Realtime](/speech-to-text/realtime/quickstart): Stream audio from an input device or file and receive real-time transcription updates as audio is processed.
- [Voice Agent – Flow](/voice-agents/flow): A Voice Agent API that enables responsive, real-time speech-to-speech interactions in your applications.
- [Realtime](/speech-to-text/realtime/quickstart): Stream audio from an input device or file and receive real-time transcription updates as audio is processed.
2 changes: 1 addition & 1 deletion docs/get-started/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The easiest way to try our products is via the [web portal](https://portal.speec
/>
<LinkCard
title="Build a voice agent"
description="Build conversational AI agents with ease using the Voice SDK"
description="Build conversational AI agents with ease using our integrations"
icon={<BotMessageSquare/>}
href="/voice-agents/overview"
/>
Expand Down
8 changes: 4 additions & 4 deletions docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ With Speechmatics, you can:

- Receive immediate and continuous text transcriptions from live audio streams or calls (real-time transcription)
- Generate complete transcripts from recorded audio files (batch transcription)
- Build and power your applications with responsive, real-time, voice AI using our Voice SDK
- Build and power your applications with responsive, real-time, voice AI using our integrations
- Transform your text into speech using our Text-to-Speech API
- Choose flexible deployment options: use our managed SaaS platform or host Speechmatics APIs within your infrastructure (on-prem)

Expand All @@ -55,7 +55,7 @@ With Speechmatics, you can:
<LinkCard
icon={<BotMessageSquare/>}
title="Build a voice agent"
description="Use our Voice SDK to build voice agents with ease"
description="Use our integrations to build voice agents with ease"
direction="column"
href="/voice-agents/overview"
/>
Expand Down Expand Up @@ -83,7 +83,7 @@ With Speechmatics, you can:
/>
<LinkCard
title="API reference"
description="Explore our API reference. Available for: Realtime transcription, Batch transcription, Voice agents – Flow"
description="Explore our API reference. Available for: Realtime transcription and Batch transcription"
href="/api-ref"
/>
<LinkCard
Expand All @@ -104,7 +104,7 @@ With Speechmatics, you can:
<Grid columns={{initial: "1", md: "2"}} gap="3">
<LinkCard
title="Voice agent app"
description="Build your own responsive voice agent with our Voice SDK"
description="Build your own responsive voice agent with our integrations"
href="/voice-agents/overview"
/>
<LinkCard
Expand Down
2 changes: 1 addition & 1 deletion docs/speech-to-text/realtime/turn-detection.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,6 @@ When this message is received, the server will send an [AddTranscript](../../api

## Semantic turn detection

While silence-based end of utterance is enough for many use cases, it is often improved by combining it with the context of the conversation. This is known as semantic turn detection. You can try semantic turn detection right away with our free [Flow service demo](https://www.speechmatics.com/flow)!
While silence-based end of utterance is enough for many use cases, it is often improved by combining it with the context of the conversation. This is known as semantic turn detection.

You can also check out our semantic turn detection ["how to" guide](https://blog.speechmatics.com/semantic-turn-detection) for more details on how to implement this in your own application.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: Flow API Reference
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we're truly removing Flow from everywhere, why have the API reference here at all?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I consolidated the flow stuff into a single hidden folder.

I suppose for transparency initially before that folder is itself removed.

Also happy to just delete it off the bat as it still wont be 'lost'.

hide_title: true
description: API Reference for the Flow Voice AI Websocket API
sidebar_label: API reference
slug: /api-ref/flow-voice-ai-websocket
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does this do?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This makes it look like the other api ref page i think, with the different sidebar. Agree this is pointless. but i was just making minimal changes to remove flow.

---
import SchemaNode from "@theme/Schema";
import Details from "@theme/Details";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import CodeBlock from '@theme/CodeBlock';
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

# Flow
# Kubernetes deployment

:::info
Speechmatics Flow helm chart is currently a preview offering.
Expand Down
8 changes: 8 additions & 0 deletions docs/voice-agents/flow/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ export default {
type: "doc",
id: "voice-agents/flow/guides/react-native",
},
{
type: "doc",
id: "voice-agents/flow/guides/kubernetes",
},
],
},
{
Expand All @@ -57,5 +61,9 @@ export default {
type: "doc",
id: "voice-agents/flow/supported-languages",
},
{
type: "doc",
id: "voice-agents/flow/flow-voice-ai-websocket",
},
],
} as const;
2 changes: 1 addition & 1 deletion docs/voice-agents/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ export default {
label: "Voice SDK",
},
],
} as const;
} as const;
2 changes: 1 addition & 1 deletion scripts/redirects/old-redirects.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
{ "source": "/on-prem/kubernetes", "destination": "/deployments/kubernetes" },
{
"source": "/on-prem/kubernetes/flow",
"destination": "/deployments/kubernetes/flow"
"destination": "/deployments/kubernetes"
},
{
"source": "/on-prem/kubernetes/prerequisites",
Expand Down
2 changes: 1 addition & 1 deletion vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@
},
{
"source": "/on-prem/kubernetes/flow",
"destination": "/deployments/kubernetes/flow",
"destination": "/deployments/kubernetes",
"permanent": true
},
{
Expand Down