🗃️ Pre-retrieval
3 items
🗃️ Retrieval
3 items
🗃️ Question answering
3 items
📄️ Provenance attribution
Retrieval scores answer a different question than users (and auditors) often ask.
📄️ The UI's role in RAG Me Up
It is tempting to treat the chat UI as cosmetic. In RAG Me Up it is part of the retrieval contract. The Python RAG server is intentionally stateless: every request must carry the conversation memory the pipeline needs. If the client drops history, documents, or dataset filters, follow-ups, provenance display, and scoped search all break — no matter how good the backend is.