Most RAG Hallucinations Are Retrieval Failures: How the Retrieval Brick Decides What the Model Can Invent
Enterprise Document Intelligence [Vol. 1 #7quinquies] - Hallucination is usually garbage-in.
Enterprise Document Intelligence [Vol. 1 #9bis] - Your RAG isn’t hallucinating, it’s answering the wrong context faithfully.
Enterprise Document Intelligence [Vol. 1 #7quinquies] - Hallucination is usually garbage-in.
Enterprise Document Intelligence [Vol. 1 #7quinquies] - Hallucination is usually garbage-in.
Enterprise Document Intelligence [Vol. 1 #4bis] - A coauthor note on the brick-by-brick pitfalls that justified the four-brick split, before Part II walks the fixes The post 10 Common RAG Mistakes We Keep Seeing in Production appeared first on Towards Data Science .
Enterprise Document Intelligence [Vol. 1 #8ter] - Naming the RAG error correctly matters: model reads the context, so a wrong answer is an extraction error, not a hallucination.
Enterprise Document Intelligence [Vol. 1 #8A] - The schema is the contract: every field is a question the pipeline asks the model, and every answer is checkable The post Stop Returning Text from RAG: The Typed Answer Contract That Prevents Hallucination appeared first on Towards Data Science .
Enterprise Document Intelligence [Vol. 1 #M2] - Every RAG system is built in three engineering layers stacked on one LLM call: prompt (the call itself), context (what fills the model’s window), loop (when the next call fires and when it stops).
Enterprise Document Intelligence [Vol. 1 #7bis] - Tobi Lütke and Andrej Karpathy named the practice in 2025.
Enterprise Document Intelligence [Vol. 1 #7bis] - Tobi Lütke and Andrej Karpathy named the practice in 2025.
Enterprise Document Intelligence [Vol. 1 #7bis] - Tobi Lütke and Andrej Karpathy named the practice in 2025.
Enterprise Document Intelligence [Vol. 1 #6ter] - Six positions on the question-parsing brick that contradict the mainstream RAG playbook The post The Untaught Lessons of RAG Question Parsing: Structure Before You Search appeared first on Towards Data Science .
Enterprise Document Intelligence [Vol. 1 #8B] - A fixed BASE, the rules each question needs, one registry: the dispatcher that turns a parsed question into a typed LLM call The post Assemble Each RAG Generation Prompt from a Base Prompt Plus the Rules Each Question Needs appeared first on Towards Data Science .
Enterprise Document Intelligence [Vol. 1 #9B] - One call wires the four upgraded bricks together, run on a paper, a NIST standard, and a report with a broken TOC The post A Production RAG Pipeline in Action: Every Answer Typed and Cited appeared first on Towards Data Science .