🚀 AI-Driven Abandoned Cart Recovery (RAG Orchestrator) The Problem Standard abandoned cart emails are generic and often ignored.
The Solution I architected a RAG-based agentic workflow that:
-Ingests cart data via Webhooks.
-Contextualizes the user via Cohere Embeddings and a Supabase Vector Store.
-Reasons using a LangChain Agent to draft a bespoke recovery strategy.
-Automates logging to Google Sheets and high-value alerts to Slack.
🛠 Setup
-
docker-compose up -d
-
Import workflows/abandoned_cart_email.json.
-
Add credentials to .env.