Skip to main content

Documentation Index

Fetch the complete documentation index at: https://assembly-preview.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

AssemblyAI LlamaIndex Integration

LlamaIndex is a flexible data framework for connecting custom data sources to Large Language Models (LLMs). With LlamaIndex, you can easily store and index your data, and then use them with LLMs to build applications. However, LLMs only work with textual data, so you need to transcribe the audio files to text first. AssemblyAI has a LlamaIndex integration for both Python and JavaScript. Learn more about our language-specific integrations:

Python

JavaScript/TypeScript