Goal
Create examples/rag-knowledge-assistant/ showing a retrieval-augmented assistant evaluated for citation accuracy, hallucination, source disclosure, and data-leakage.
Why this matters
RAG is the most common production LLM pattern. Compliance for RAG is its own discipline — citation accuracy, source-confidentiality, hallucination detection — and a documented example shows AICertify users how to encode those concerns.
Files likely involved
- New:
examples/rag-knowledge-assistant/ (six-file shape) over a small fixture corpus
examples/README.md table entry
- Optionally: a small new gopal policy proposal for RAG-specific concerns (open in gopal repo)
Acceptance criteria
Help
Comment here if you want to work on this and I will help you get started. First-time contributors are welcome — open a draft PR early and I'll review.
Goal
Create
examples/rag-knowledge-assistant/showing a retrieval-augmented assistant evaluated for citation accuracy, hallucination, source disclosure, and data-leakage.Why this matters
RAG is the most common production LLM pattern. Compliance for RAG is its own discipline — citation accuracy, source-confidentiality, hallucination detection — and a documented example shows AICertify users how to encode those concerns.
Files likely involved
examples/rag-knowledge-assistant/(six-file shape) over a small fixture corpusexamples/README.mdtable entryAcceptance criteria
Help
Comment here if you want to work on this and I will help you get started. First-time contributors are welcome — open a draft PR early and I'll review.