Skip to content

Commit 7390186

Browse files
Michelle AsuamahMichelle Asuamah
Michelle Asuamah
authored and
Michelle Asuamah
committed
remove llama due to depreciation and some broken links
1 parent ed48d7f commit 7390186

File tree

7 files changed

+3
-18
lines changed

7 files changed

+3
-18
lines changed

fern/docs.yml

-10
Original file line numberDiff line numberDiff line change
@@ -461,16 +461,6 @@ navigation:
461461
- page: JavaScript
462462
path: pages/06-integrations/langchain/js.mdx
463463
slug: /js
464-
- section: LlamaIndex
465-
path: pages/06-integrations/llamaindex.mdx
466-
slug: /llamaindex
467-
contents:
468-
- page: Python
469-
path: pages/06-integrations/llamaindex/python.mdx
470-
slug: /python
471-
- page: TypeScript
472-
path: pages/06-integrations/llamaindex/ts.mdx
473-
slug: /ts
474464
- page: Semantic Kernel
475465
path: pages/06-integrations/semantic-kernel.mdx
476466
- page: Activepieces

fern/pages/02-speech-to-text/pre-recorded-audio/automatic-language-detection.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1121,5 +1121,5 @@ while (true) {
11211121
<Tip title="Fallback to a default language">
11221122
For a workflow that resubmits a transcription request using a default language
11231123
if the threshold is not reached, see [this
1124-
cookbook](https://github.com/AssemblyAI/cookbook/blob/master/core-transcription/automatic-language-detection-route-default-language-python.ipynb).
1124+
cookbook](/docs/guides/automatic-language-detection-route-default-language).
11251125
</Tip>

fern/pages/02-speech-to-text/speech-recognition.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -884,7 +884,7 @@ transcript = client.transcripts.transcribe(
884884
<Tip title="Fallback to a default language">
885885
For a workflow that resubmits a transcription request using a default language
886886
if the threshold is not reached, see [this
887-
cookbook](https://github.com/AssemblyAI/cookbook/blob/master/core-transcription/automatic-language-detection-route-default-language-python.ipynb).
887+
cookbook](/docs/guides/automatic-language-detection-route-default-language).
888888
</Tip>
889889

890890
## Set language manually

fern/pages/06-integrations/index.mdx

-3
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ AssemblyAI seamlessly integrates with a variety of tools and platforms to enhanc
4141
Integrate AssemblyAI with LangChain for advanced language model
4242
applications.
4343
</Card>
44-
<Card title="LlamaIndex" icon="database" href="/docs/integrations/llamaindex">
45-
Build powerful search and retrieval systems with LlamaIndex integration.
46-
</Card>
4744
<Card
4845
title="Semantic Kernel"
4946
icon="microchip"

fern/pages/06-integrations/langchain/js.mdx

-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ console.dir(docs, { depth: Infinity });
116116
You can learn more about using LangChain with AssemblyAI in these resources:
117117

118118
- [The LangChain docs for the AssemblyAI document loader](https://js.langchain.com/docs/integrations/document_loaders/web_loaders/assemblyai_audio_transcription)
119-
- [The API reference for the AssemblyAI document loaders](https://js.langchain.com/docs/api/document_loaders_web_assemblyai/)
120119
- [How to integrate spoken audio into LangChain.js using AssemblyAI](https://www.assemblyai.com/blog/integrate-audio-langchainjs/)
121120
- [Integrate Audio into LangChain.js apps in 5 Minutes](https://www.youtube.com/watch?v=hNpUSaYZIzs)
122121
- [AssemblyAI JavaScript SDK](https://github.com/AssemblyAI/assemblyai-node-sdk)

fern/pages/06-integrations/power-automate.mdx

-1
Original file line numberDiff line numberDiff line change
@@ -293,5 +293,4 @@ Delete the data for a previously submitted LeMUR request. The LLM response data,
293293

294294
You can learn more about using Power Automate with AssemblyAI in these resources:
295295

296-
- [Redact PII in Audio with Power Automate and AssemblyAI](https://www.assemblyai.com/blog/redact-pii-audio-with-power-automate/)
297296
- [Power Automate & Logic Apps docs by Microsoft](https://learn.microsoft.com/en-us/connectors/assemblyai/)

fern/pages/06-integrations/rivet.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Now you can add AssemblyAI nodes to your canvas by right-clicking on the canvas,
3535

3636
### Transcribe Audio node
3737

38-
The Transcribe Audio node transcribes audio using the [AssemblyAI](https://www.assemblyai.com/) API. It will return a transcript of the given audio source.
38+
The Transcribe Audio node transcribes audio using the [AssemblyAI API](https://www.assemblyai.com/docs/api-reference/overview) . It will return a transcript of the given audio source.
3939

4040
![Transcribe Audio node](../../assets/img/integrations/rivet/transcribe-audio-node.png)
4141

0 commit comments

Comments
 (0)