See llms.txt for all machine-readable content.

Back to Templates

Ask questions about past meetings using voice with OpenAI and Pinecone

Created by

Created by: Rahul Joshi || rahul08
Rahul Joshi

Last update

Last update 5 months ago

Categories

Share


๐Ÿ“Š 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