Customer Service
AI Voice Chatbot
This n8n workflow acts as an AI voice chatbot, integrating with ElevenLabs to receive user questions via a webhook. An AI agent processes these queries by using a Supabase vector store filled with Alex Hormozi YouTube transcripts and utilizing SerpsAPI for additional context.…
Built · ~6.5 hours saved per week
AI Voice Chatbot for Alex Hormozi Insights
Automation & AI Overview
This workflow automates the creation and operation of a sophisticated, voice-enabled AI chatbot. The chatbot is designed to be an expert on the content of business influencer Alex Hormozi. It functions by transforming a collection of Hormozi's YouTube transcripts from Google Drive into a searchable knowledge base. It then uses this knowledge, combined with live web search capabilities, to provide intelligent, context-aware answers to user questions.
The end-to-end automation handles both the initial data processing and the real-time query handling. Users can interact with the final product via a voice interface provided by ElevenLabs, which integrates directly with this n8n workflow.
- Technologies Used: n8n, OpenAI, Google Drive, Supabase (Vector Database), SerpAPI, ElevenLabs. - What it Automates: The entire lifecycle of a RAG (Retrieval-Augmented Generation) chatbot. This includes data ingestion and vectorization from raw documents, real-time query understanding, information retrieval from both a static knowledge base and the live internet, and conversational memory management.
How the AI Integrates
This workflow is a powerful example of an AI Agent, going beyond simple question-answering. The AI is integrated at multiple, critical layers:
1. Knowledge Base Creation (Embeddings): The workflow uses OpenAI to perform "text embedding." It reads Hormozi's transcripts and converts them into numerical representations (vectors). This allows the AI to understand the semantic meaning of the text, enabling it to find the most relevant document snippets even if the user's query doesn't use the exact same keywords.
1. Intelligent Decision-Making (AI Agent): The core of the workflow is the AI Agent node. This agent acts as a reasoning engine. When it receives a user's question, it doesn't just pass it to a language model. Instead, it analyzes the query and decides which tool is best for the job: - Vector Store Tool: If the question seems to be about Hormozi's specific teachings, the agent will use this tool to search the custom Supabase vector database for relevant information.
Tags: Chatbot, Reports & Analytics, RAG, Data Transformation, OpenAI, Supabase
Integrations: AI Agent, OpenAI, Google Drive, Webhook, Supabase, Vector Store