Create a Knowledge-Based Chatbot Using Google Drive, OpenAI, and Supabase - n8n Workflow | Neura Market
Create a Knowledge-Based Chatbot Using Google Drive, OpenAI, and Supabase
Develop a chatbot that leverages your Google Drive PDFs to provide intelligent responses, ideal for support, internal documentation, education, or research.
This workflow automates the creation of a chatbot that uses documents stored in Google Drive to answer user queries. It involves setting up a vector database in Supabase to store document embeddings, configuring n8n to monitor Google Drive for new or updated PDFs, and using OpenAI for natural language processing. The chatbot maintains context using a PostgreSQL database for chat memory, ensuring a seamless multi-turn conversation experience.
Platform
n8n
Category
AI
Price
Free
Creator
Isla Campbell
variable_conflict
set
supabase
stickyNote
googleDrive
splitInBatches
agent
extractFromFile
googleDriveTrigger
chatTrigger
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.