See llms.txt for all machine-readable content.
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. ๐ง ๐
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. ๐
โ
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