Data Journey · ML Models · Agent Orchestration · Graph RAG · The Brain
Your Grocer provides a product catalog, transaction history, and user events. What the LLM actually sees is something radically different — enriched, scored, graph-connected intelligence that unlocks signals invisible in the raw data.
This walkthrough shows every transformation step, every ML model, and how Graph RAG + Vector Search deliver contextual understanding that no keyword search or generic LLM can match.
Your Grocer's raw data is table stakes. The intelligence we extract from it is what makes personalization possible. Follow the transformation from raw → enriched → modeled → contextual.
GTIN matching against USDA + Open Food Facts databases. Every SKU enriched with 100+ nutritional & dietary attributes.
Transaction history + enriched catalog → propensity scores, household personas, consumption velocity, flavor affinity. These signals are invisible in the raw data and can only be derived through ML modeling.
is_organic flag on productsAll enriched data connected into a property graph (BigQuery Graph) and indexed as vectors (768-dim embeddings). This enables multi-hop reasoning and semantic search.
By the time a shopper's query reaches Gemini, it's accompanied by a rich context window of pre-fetched intelligence. The LLM doesn't search raw databases — it reasons over pre-computed, personalized signals.