Create a travel support RAG chatbot with Google Drive, Pinecone and OpenAI
š Description This workflow helps travel, booking, and customer support businesses create an AI chatbot that answers customer questions from their own knowledge base. Instead of manually replying to repeated question...
Template notes
š Description
This workflow helps travel, booking, and customer support businesses create an AI chatbot that answers customer questions from their own knowledge base. Instead of manually replying to repeated questions about bookings, cancellations, refunds, pricing, policies, or service details, the business can upload a knowledge document and let the chatbot respond through a webhook.
Built for travel agencies, booking platforms, hotels, shortlets, service businesses, and automation builders who want to create a simple RAG chatbot using Google Drive, OpenAI, Pinecone, and n8n.
What This Workflow Does
š Downloads a knowledge document from Google Drive āļø Splits the document into smaller chunks for better retrieval š§ Creates embeddings using OpenAI š¦ Stores the knowledge base inside a Pinecone vector index š¬ Receives customer questions through a webhook š Searches Pinecone for the most relevant information š¤ Uses OpenAI to generate a short, helpful answer š¤ Returns the chatbot response back to the connected frontend, chatbot, or app
Key Benefits
ā Turns a simple document into a searchable AI knowledge base ā Helps answer repeated customer questions faster ā Uses RAG so responses are based on the uploaded business information ā Works with any frontend, chatbot, or app that can send a POST request ā Easy to customize for different travel, booking, or support businesses ā Separates knowledge indexing from live chatbot responses ā Includes a simple response formatting step before returning the answer
How It Works