Block 1 - Embeddings OpenAI
- Type / Role
- @n8n/n8n-nodes-langchain.embeddingsOpenAi - embeddingsOpenAi
- Config choices
- Version 1.2
This workflow is provided as-is. Please review and test before using in production.
This release introduces a Voice Enabled Tour Recommendation System that leverages n8n, ElevenLabs Voice Agent, OpenAI GPT 4o, and Pinecone Vector DB to deliver personalized travel itineraries based...
@n8n/n8n-nodes-langchain.embeddingsopenai, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.respondtowebhook, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.stickynote, @n8n/n8n-nodes-langchain.vectorstorepinecone, @n8n/n8n-nodes-langchain.toolvectorstore, n8n-nodes-base.webhook
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Mohan Gopal.
Original n8n.io sourceThis release introduces a Voice-Enabled Tour Recommendation System that leverages n8n, ElevenLabs Voice Agent, OpenAI GPT-4o, and Pinecone Vector DB to deliver personalized travel itineraries based on spoken input. Users speak their preferences to the ElevenLabs voice agent, which then triggers an n8n workflow that returns a tailored tour plan.
Voice interaction with AI-powered travel agent via ElevenLabs
Uses ChatGPT-4o for contextual understanding and generation
Dynamic query handling with vector-based search using Pinecone
Fast response generation using n8n webhook
Modular agent memory and role design for scalable enhancement
n8n account with workflow creation access
ElevenLabs account with agent and webhook setup
OpenAI API key (GPT-4o access)
Pinecone account for vector database
A list of vectorized tour packages using this n8n embedder (https://creators.n8n.io/workflows/5085)
Step 1: Configure the Voice Agent Webhook in ElevenLabs Use POST method Webhook URL: https://... Breakdown voice input into: Destination Type of tour Number of days Number of passengers
Step 2: Set Up the AI Agent Prompt in ElevenLabs Use a conversational style with summaries, clarifying questions, and affirmations.
Example Prompt: “You use a natural speech style and periodically summarize... Your goal is to help callers create a personalized tour plan.”
Step 3: Select LLM LLM: GPT-4o Mini Memory window: Up to 5 contexts
Step 4: Integrate Tools Use Custom Tool: n8n ID: tool_xxxxxx Tool Description: “Generates travel plan once the details are collected”
Step 5: Build n8n Workflow Trigger: Webhook (POST) Process user input: Tour Recommendation AI Agent Use OpenAI Chat Model (GPT-4o) for reasoning Query Pinecone Vector Store using Tour Builder Q&A node Respond with structured Itinerary Plan via webhook response
| Area | Improvement |
|---|---|
| 🔉 Voice UX | Natural-sounding travel agent using ElevenLabs |
| 💡 Personalization | ChatGPT-4o adapts based on travel style & preferences |
| 📚 Knowledge Base | Pinecone-powered vector retrieval of real tour data |
| 🔁 Reusability | Modular workflow with reusable embedding tools |
| ⚙️ System Design | Separation of memory, logic, and data layers |
Travel Agencies & DMCs Offer ultra-personalized packages based on customer queries. Let AI do the matching.
Tour Package Aggregators Auto-curate and send matching packages from your catalog — no manual searching needed.
Content & Marketing Teams Craft customized tour recommendations for email campaigns and newsletters.
Tech-enabled Travel Startups Embed this intelligence in your workflows, CRMs, or chatbots to delight customers.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Voice-driven travel itinerary generator using ElevenLabs, GPT-4o & Pinecone |
|---|---|
| Complexity | intermediate |
| Nodes | 10 |
| Categories | Lead Nurturing, AI Chatbot |
| Author | Mohan Gopal |
| Published | 26 Jul 2025 |
Use the JSON export at /data/workflows/6481/6481.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
This release introduces a Voice Enabled Tour Recommendation System that leverages n8n, ElevenLabs Voice Agent, OpenAI GPT 4o, and Pinecone Vector DB to deliver personalized travel itineraries based...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Lead Nurturing, AI Chatbot use case.