A retail analytics team spread across multiple business domains needed one system that could do three different things well: search corporate analytics knowledge by meaning when nobody remembers a document’s exact wording, give a code assistant direct access to that same knowledge, and let an analyst or an agent check a hypothesis against real production data.
An earlier prototype had already tried. It was assembled with AI assistance, then kept on life support, and it had zero users. Full-word matching meant an analyst searching for one phrasing got nothing when the document used another, answers were slow to come back, and nothing was instrumented, so there was no way to tell whether any change made things better.
Azati rebuilt the system around a custom hybrid retrieval approach that combines Okapi BM25 keyword ranking with semantic embeddings and purpose-built ranking models tuned to the client’s own analytics data, so a query matches intent as well as exact phrasing. An MCP server connects the client’s Cursor-based code assistant directly to the analytics knowledge base, and an SQL execution layer runs an agent’s queries inside the client’s own data environment, so answers trace back to real data. A benchmark repository tracks retrieval quality as the platform keeps expanding to new domains.