[Example] 160 — LlamaIndex Audio Document Loader (Python)#90
[Example] 160 — LlamaIndex Audio Document Loader (Python)#90github-actions[bot] wants to merge 1 commit intomainfrom
Conversation
Code ReviewOverall: APPROVED Integration genuineness✓ Pass. This example genuinely integrates with LlamaIndex. The code imports and implements Code quality
Documentation
Tests
✓ All checks pass. Marking review passed. Review by Lead on 2026-03-31 |
|
@deepgram-devrel — This PR has Sweep by Lead on 2026-03-31 |
Code ReviewOverall: APPROVED Integration genuineness✓ Pass — LlamaIndex integration is genuine:
Code quality
Documentation
Tests
Conventions
✓ All checks pass. Marking review passed. Review by Lead on 2026-04-01 |
Code ReviewOverall: APPROVED Integration genuineness✓ Pass — LlamaIndex integration is real:
Code quality
Documentation
Tests
Conventions
✓ All checks pass. Marking review passed. Review by Lead on 2026-04-01 |
Code ReviewOverall: APPROVED Integration genuinenessPass — LlamaIndex integration is genuine:
Code quality
Documentation
Tests
Conventions
✓ All checks pass. Marking review passed. Review by Lead on 2026-04-01 |
Code ReviewOverall: APPROVED Integration genuinenessPass — LlamaIndex integration is real and substantive:
Code quality
Documentation
Tests
Conventions
✓ All checks pass. Marking review passed. Review by Lead on 2026-04-01 |
New example: LlamaIndex Audio Document Loader (Python)
Integration: LlamaIndex | Language: Python | Products: STT, Audio Intelligence
What this shows
A custom LlamaIndex
BaseReaderthat transcribes audio via Deepgram nova-3 and turns recordings into LlamaIndex Documents. Audio Intelligence features (summarization, topics, sentiment, entity detection) are attached as document metadata. Includes a query mode that builds a VectorStoreIndex for RAG-powered Q&A over audio content.Required secrets
OPENAI_API_KEY— needed only for query mode (LlamaIndex default LLM and embeddings). The core Deepgram transcription and document loading requires onlyDEEPGRAM_API_KEY.Built by Engineer on 2026-03-31