You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Agentic RAG system with five workflow modes from Naive to Deep, routing each question to the cheapest path that answers it well, fusing dense and BM25 retrieval through Reciprocal Rank Fusion with CrossEncoder reranking, verifying groundedness and citations, and gating risky answers behind a human-in-the-loop approval queue.