Voice RAG Chatbot with ElevenLabs and OpenAI
STEP 4 RAG System Click on "test workflow" on n8n and "Test AI agent" on ElevenLabs. If everything is configured correctly, when you ask a question to the agent, the webhook on n8n is activated with the "question" field in the body filled with the question asked to the voice agent. The AI Agent will extract the information from the vector database, send it to the model to create the response which will be sent via the response webhook to ElevenLabs which will transform it into voice
Integrations Used (11)
Prerequisites
Required Credentials (4)
Multiple services required
This workflow needs 4 different credentials. Make sure you have accounts for all services before importing.
Complexity
Advanced features used. Requires n8n experience.
When to Use This Workflow
AI-Powered Content Creation
Automate content generation, summarization, or analysis using AI capabilities.
Save hours of manual work while maintaining quality and consistency.
Real-time Response
React instantly when events happen - new orders, form submissions, or API calls.
Zero delay between trigger and action for time-sensitive workflows.
Error Reduction
Eliminate human error from routine processes with consistent automation.
Improve accuracy and reliability across your workflows.
{
"id": "ibiHg6umCqvcTF4g",
"meta": {
"instanceId": "a4bfc93e975ca233ac45ed7c9227d84cf5a2329310525917adaf3312e10d5462",
"templateCredsSetupCompleted": true
},
"name": "Voice RAG Chatbot with ElevenLabs and OpenAI",
"tags": [],
"nodes": [
{
"id": "5898da57-38b0-4d29-af25-fe029cda7c4a",
"name": "AI Agent",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
-180,
800
],
"parameters": {
"text": "={{ $json.body.question }}",
"options": {},
...Related Workflows
OpenAI Personal Shopper with RAG and WooCommerce
Replace the URL and Collection name with your own
Business WhatsApp AI RAG Chatbot
STEP 4 RAG System Respond webhook receives various POST Requests from Meta regarding WhatsApp messages (user messages...
Building RAG Chatbot for Movie Recommendations with Qdrant and Open AI
Tool, calling Qdrant's recommendation API based on user's request, transformed by AI agent
Email AI Auto-responder. Summerize and send email
STEP 1 Create Qdrant Collection Change: - QDRANTURL - COLLECTION
Chat with GitHub OpenAPI Specification using RAG (Pinecone and OpenAI)
Indexing content in the vector database This part of the workflow is responsible for extracting content, generating embe...
Advanced AI Demo (Presented at AI Developers #14 meetup)
