๐ Ask questions about past meetings using voice with OpenAI and Pinecone
โก 86 views ยท ๐ Internal Wiki & Knowledge Base
Description
๐ Description
This workflow allows users to ask questions about past meetings using their voice. It converts the voice question into text, searches stored meeting notes using Pinecone, and replies with a spoken answer generated by AI. It helps teams quickly recall decisions, tasks, and discussions without reading long meeting notes. ๐ง ๐
๐ What This Template Does
1๏ธโฃ Receives a voice question through a webhook endpoint. ๐ 2๏ธโฃ Converts the audio question into text using speech transcription. ๐คโก๏ธ๐ 3๏ธโฃ Cleans and prepares the question for searching. โ 4๏ธโฃ Converts the question into an embedding for semantic search. ๐ 5๏ธโฃ Searches relevant meeting notes from Pinecone using the team namespace. ๐ 6๏ธโฃ Combines retrieved meeting context into a single readable format. ๐งฉ 7๏ธโฃ Uses AI to answer the question strictly from the meeting context. ๐ค 8๏ธโฃ Converts the AIโs text answer into spoken audio. ๐ 9๏ธโฃ Sends the audio response back to the user via webhook. ๐
โญ Key Benefits
โ Allows hands-free access to meeting information โ Saves time searching through meeting notes โ Prevents AI hallucinations using RAG โ Supports multiple teams using namespaces โ Works with voice-based tools and assistants โ Improves meeting recall and clarity
๐งฉ Features
- Voice-based question input
- Speech-to-text transcription
- Semantic search using Pinecone
- Team-based data isolation
- Context-aware AI responses
- Text-to-speech output
- Webhook-driven architecture
๐ Requirements
- OpenAI API key for transcription, embeddings, and speech generation
- Azure OpenAI credentials for chat responses
- Pinecone API key with a configured index
- Matching embedding model for ingest and query
- Webhook client capable of sending audio files
๐ฏ Target Audience
- Teams that conduct frequent meetings
- Managers needing quick decision recall
- Remote and distributed teams
- Product, engineering, and operations teams
- Automation builders using n8n
- Organizations adopting voice-based workflows
๐ Nodes Used
Webhook, AI Agent, Embeddings OpenAI, Pinecone Vector Store, OpenAI, Azure OpenAI Chat Model
๐ฅ Import
Download workflow.json and import into n8n:
Workflow menu โ Import from File