This template creates an AI-powered voice chatbot by combining ElevenLabs for speech and OpenAI for conversational intelligence. Using Retrieval-Augmented Generation (RAG) with Qdrant and Google Drive integration, the chatbot can answer user queries with accurate context and deliver natural, human-like voice responses.
Features:
- 🔊 Voice AI with ElevenLabs – Converts chatbot answers into lifelike speech.
- 🧠 OpenAI Agent – Provides intelligent, context-aware responses.
- 📂 Google Drive Integration – Upload and manage documents for knowledge base creation.
- 📚 Qdrant Vector Store – Stores and retrieves embeddings for RAG-based contextual answers.
- 📝 Document Processing – Splits text into chunks and generates embeddings for semantic search.
- 🔄 Webhook Integration – Enables real-time query handling and communication between ElevenLabs and n8n.
- 🌐 Embeddable Widget – Easily add the voice assistant to your website with a simple snippet.