Audio Transcription & Chat Bot with AssemblyAI, Gemini, and Pinecone RAG
Who’s it for This template is designed for podcasters, researchers, educators, product teams, and support teams who work with audio content and want to turn it into searchable knowledge. It is especially useful for users who need automated transcription, structured summaries, and conversational access to audio data.
What it does / How it works
This workflow starts with a public form where users upload an audio file.
The audio is sent to AssemblyAI for speech-to-text processing, including speaker labels and bullet-point summarization.
Once transcription is complete, the full text is converted into a document, split into chunks, and embedded using Google Gemini.
The embeddings are stored in a Pinecone vector database along with metadata, making the content retrievable for future use.
In parallel, the workflow logs uploaded file information into Google Sheets for tracking.
A separate chat trigger allows users to ask questions about the uploaded audio files.
An AI agent retrieves relevant context from Pinecone and responds using Gemini, enabling conversational search over audio transcripts.
Requirements
AssemblyAI API credentials
Google Gemini (PaLM) API credentials
Pinecone API credentials
Google Sheets OAuth2 credentials
A Pinecone index for storing audio embeddings
How to set up
Connect AssemblyAI, Gemini, Pinecone, and Google Sheets credentials in n8n.
Configure the Pinecone index for storing transcripts.
Verify the Google Sheet has columns for file name and status.
Test by uploading an audio file through the form.
Enable the workflow for continuous use.
How to customize the workflow
Change summary style or transcript options in AssemblyAI
Adjust chunk size and overlap for better retrieval
Add email or Slack notifications after processing
Extend the chatbot to support multiple knowledge bases
Tags
Related Templates
Use OpenRouter in n8n versions <1.78
What it is: In version 1.78, n8n introduced a dedicated node to use the OpenRouter service, which lets you to use a lot...
Task Deadline Reminders with Google Sheets, ChatGPT, and Gmail
Intro This template is for project managers, team leads, or anyone who wants to automatically remind teammates of tasks ...
🤖 Build Resilient AI Workflows with Automatic GPT and Gemini Failover Chain
This workflow contains community nodes that are only compatible with the self-hosted version of n8n. How it works This...
🔒 Please log in to import templates to n8n and favorite templates
Workflow Visualization
Loading...
Preparing workflow renderer
Comments (0)
Login to post comments