Skip to content

Commit

Permalink
Merge pull request #428 from Ironclad/niels/update-docs
Browse files Browse the repository at this point in the history
Update AssemblyAI docs
  • Loading branch information
abrenneke authored Jul 16, 2024
2 parents 17e063a + 9482b7b commit c3bcba9
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions packages/docs/docs/user-guide/plugins/built-in/assemblyai.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ sidebar_label: AssemblyAI

# AssemblyAI Plugin

:::info

At the moment you must use the [node executor](../../executors.md) to use the AssemblyAI plugin in the Rivet UI. You may also use the plugin when embedding Rivet in your own application.

:::

## Nodes

### Transcribe Audio Node
Expand All @@ -22,7 +16,7 @@ The Transcribe Audio node transcribes audio using the [AssemblyAI](https://www.a

AssemblyAI's LeMUR (Leveraging Large Language Models to Understand Recognized Speech) is a framework to process audio files with an LLM.
The AssemblyAI plugin has a dedicated node for each LeMUR endpoint.
Each node accepts Transcript IDs as input which you can get from the Transcribe Audio Node. Additional parameters are available as inputs and as node configuration. For more information what these parameters do, [check out the LeMUR API reference](https://www.assemblyai.com/docs/api-reference/lemur?utm_source=lemur).
Each node accepts Transcript IDs or Input Text as input which you can get from the Transcribe Audio Node. Additional parameters are available as inputs and as node configuration. For more information what these parameters do, [check out the LeMUR API reference](https://www.assemblyai.com/docs/api-reference/lemur?utm_source=lemur).

#### LeMUR Summary Node

Expand Down

0 comments on commit c3bcba9

Please sign in to comment.