Deploy a Custom AI Chatbot with Supabase and Postgres Memory - n8n Workflow | Neura Market
Deploy a Custom AI Chatbot with Supabase and Postgres Memory
Create a versatile AI chatbot that leverages Supabase for knowledge storage and Postgres for conversation memory, suitable for various platforms like websites and Slack.
This workflow enables the deployment of a customizable AI chatbot capable of accessing a personalized knowledge base stored in Supabase and maintaining conversation history using Postgres. The chatbot can be integrated with any platform supporting webhooks, such as websites, Slack, and Teams. It processes user queries through an AI agent with a customizable personality, retrieves relevant information using a vector database, and performs advanced tasks like sending emails and booking appointment
Platform
n8n
Category
AI
Price
Free
Creator
Grace Kim
stickyNote
agent
chatTrigger
lmChatAnthropic
embeddingsOpenAi
memoryPostgresChat
vectorStoreSupabase
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.