Context Mesh – Composite Retrieval Pipeline
Context Mesh is a full hybrid RAG pipeline built for Supabase to serve teams that care about retrieval quality. It combines hybrid vector search (dense embeddings + indexed full text), SQL, and a knowledge graph into one composite retrieval system.
You get a complete pipeline:
- One main SQL query that orchestrates retrieval
- Two edge functions for upsert and search
- Two n8n workflows to interact with those edge functions
This is not a single “agent UI” – it’s the architecture other agents plug into when you care about precise, controllable retrieval.
Stack: SQL · Hybrid search · Knowledge graph · Edge functions · n8n