Addressing Your Grocer's Core Questions
Your Grocer has raised five important questions about the Delectable AI platform. This document provides concrete, code-referenced answers backed by the production system architecture.
The concern is that Delectable AI is simply wrapping keyword search with a chatbot UI, with manually curated rules rather than genuine intelligence.
Every product result passes through a composable, configurable pipeline where each stage applies a different model or algorithm. The pipeline is not static — it adapts per-user, per-session, and per-query.
• Same query, different results for every shopper. The pipeline personalizes based on propensity scores, purchase history, brand affinity, dietary restrictions, and health consciousness — all learned from behavioral data, not configured per-user.
• 5 configurable pipeline presets (SEARCH, CART, POST_SEARCH, ALTERNATIVES, RERANK) — each with different active stages for different contexts.
• Per-stage enable/disable via environment variables — enabling A/B testing at the stage level, not just on/off.
• Each stage emits observability: items_in, items_out, duration_ms, applied flag, metadata — enabling data-driven pipeline tuning.