RAG Consulting
Retrieval-augmented generation that answers from your sources, cites them, and refuses when retrieval is empty — designed, built, and handed over in your cloud.
- Service
- RAG
- Industry
- Enterprise
- Updated
- 2026-08-25
- Engagement
- 4 wks
RAG consulting is the work of designing, building, and handing over a retrieval-augmented generation system that answers only from your documents, requires citations, applies per-user ACL at query time, and refuses when retrieval is empty — typically a 4-week standard implementation in the client cloud, with golden sets plus CI evals and no shared training.
Why teams pick this engagement
RAG × EnterprisePermissions at query time
Per-user ACL is applied when the query hits the index, not with a shared service account over the whole corpus.
Golden sets plus CI evals
Retrieval hit rate, faithfulness, and citation coverage are gated in CI so a prompt or index change cannot ship untested.
Hybrid retrieval by default
BM25 plus embeddings, then a re-ranker. Vector-only search misses policy numbers, SKUs, and error codes.
Your team keeps the stack
Work runs in the client cloud. You own the IP. We hand over runbooks and stay on-call for 30 days.
Four-week standard build
Discovery week 1, environments week 2, shadow-mode pilot week 3, handover week 4. Financial services and healthcare take longer.
Citations or no answer
Every answer must cite a retrieved span. Empty retrieval refuses. The model is not allowed to fill gaps from memory.
Key takeaways
- 01
RAG changes what the model is allowed to know today; fine-tuning changes how it talks. Most enterprise knowledge problems are RAG problems.
- 02
Production RAG needs hybrid retrieval (BM25 plus embeddings), per-user ACL at query time, required citations, and refuse-when-empty — not a larger model.
- 03
A standard RAG implementation is four weeks: discovery, environments, shadow-mode pilot, handover. You own the IP; work runs in your cloud.
- 04
Golden sets plus CI evals are how you know retrieval still hits and answers stay faithful after an index or prompt change.
- 05
We are model-agnostic. You pay inference. There is no shared training. Fixed-scope implementation fee plus platform fee, quoted in writing.
What the engagement covers
How we work
- 01
Discover
Week 1: real questions, source inventory, ACL model, RAG vs fine-tune decision, and a written scope.
- 02
Design
Chunking, hybrid retrieval, query-time ACL, citation and refusal rules, eval plan, and model choice — reviewed before build.
- 03
Build
Week 2 environments in your cloud; index, retriever, and answer path with traces. You pay inference.
- 04
Validate
Week 3 shadow-mode against the golden set; CI evals for hit rate, faithfulness, and citations.
- 05
Enable
Week 4 handover of IP, runbooks, and eval suite; 30 days on-call. Fixed-scope fee plus platform fee.
Take the playbook with you
The working documents from real engagements — free, in exchange for an email. They’re useful whether or not we ever talk.
RAG vs Fine-Tuning Decision Worksheet
Score a use case on document churn, access control, skill vs fact, and eval cost — the same rubric we use in discovery week.
Get the worksheet ·Production RAG Architecture One-Pager
Hybrid retrieval, query-time ACL, refuse-when-empty, citation contract, and CI eval gates on a single page for architecture review.
Get the one-pager ·