Article·AI Engineering & Research·Sep 3, 2025

Building a Voice Archive Search Tool with Deepgram’s STT, Cohere Embeddings, and Pinecone

Learn how to build a voice archive search app by chaining Deepgram (Nova-3) STT → Cohere embeddings → Pinecone vector search in this tutorial. The app (FastHTML + HTMX) lets you upload MP3/WAV or paste a URL, auto-transcribe, segment with timestamps/speakers, (optionally) redact personally identifying information, embeds, and upsert to Pinecone.

15 min read
Featured Image for Building a Voice Archive Search Tool with Deepgram’s STT, Cohere Embeddings, and Pinecone

By Stephen Oladele

Updated