Multi-tenant RAG platform serving 1M+ documents with sub-second latency.
Teams needed to search massive, per-client isolated corpora with no data leakage and no loss of speed.
I designed hybrid retrieval (BM25 + vector) with re-ranking, tenant isolation at the index level, and aggressive embedding caching.