This workflow builds a dual-system that connects automated document ingestion with a live product catalog chatbot powered by Mistral AI and Supabase.
It includes:
It uses Mistral AI for chat intelligence and embeddings, and Supabase for vector storage and semantic product search.
When chat message received or Webhook (from live website)Mistral Cloud Chat Model (mistral-medium-latest)Simple Memory (Buffer Window) — keeps last 15 messages for conversational contextSupabase Vector StoreMistral Cloudproduct catalog agent
products table in Supabase.Triggered manually (Execute workflow) to populate or refresh the Supabase vector store.
Google Drive (List Files)
→ Fetch all files from the configured Google Drive folder.
Loop Over Items
→ For each file:
Set node)page_title, comprehensive_summary, key_topics).Code node)summary and markdown.title, URL, and chunk index.website_mark table.| Service | Purpose | Credential |
|---|---|---|
| Google Drive | File source for catalog JSON documents | Google Drive account dbt |
| Mistral AI | Chat model & embeddings | Mistral Cloud account dbt |
| Supabase | Vector storage & RAG search | Supabase DB account dbt |
| Webhook / Chat | User-facing interface for chatbot | Website or Webhook |
The ingestion pipeline expects structured JSON product files, which can include different categories such as Apparel or Tools.
[
{
"Name": "Classic Crewneck T-Shirt",
"Item Number": "A-TSH-NVY-M",
"Image URL": "https://www.example.com/images/tshirt-navy.jpg",
"Image Markdown": "",
"Size Chart URL": "https://www.example.com/charts/tshirt-sizing",
"Materials": "100% Pima Cotton",
"Color": "Navy Blue",
"Size": "M",
"Fit": "Regular Fit",
"Collection": "Core Essentials"
}
]
[
{
"Name": "Titanium Drill Bit, 1/4\"",
"Item Number": "T-DB-TIN-250",
"Image URL": "https://www.example.com/images/drill-bit-1-4.jpg",
"Image Markdown": "",
"Spec Sheet URL": "https://www.example.com/specs/T-DB-TIN-250",
"Materials": "HSS with Titanium Coating",
"Type": "Twist Drill Bit",
"Size (in)": "1/4",
"Shank Type": "Hex",
"Application": "Metal, Wood, Plastic"
}
]
“You are an AI product catalog assistant.
Use only the Supabase vector database as your knowledge base.
Provide accurate, structured responses with clear formatting — including product names, attributes, and URLs.
If data is unavailable, reply politely: ‘I couldn’t find that product in the catalog.’”
A powerful end-to-end workflow that transforms your product data into a searchable, AI-ready knowledge base, enabling real-time product Q&A through a Mistral-powered chatbot.
Perfect for eCommerce teams, distributors, or B2B companies managing large product catalogs.
Want to customize this workflow for your business or integrate it with your tools?
Our team at Digital Biz Tech can tailor it precisely to your use case — from automation pipelines to AI-powered product discovery.
💡 We can help you set it up for free — from connecting credentials to deploying it live.
Contact: [email protected]
Website: https://www.digitalbiz.tech
LinkedIn: https://www.linkedin.com/company/digitalbiztech/
You can also DM us on LinkedIn for any help.