← Series

Series · 5 posts

RAG 系統架構

A curated reading path (not a serialized course): rethinking RAG, vector vs reasoning retrieval, and the context-rot / compression problem.

  1. 01
  2. 02
    Explainer

    RAG's Five Stages: From Pipeline to Reasoning Retrieval, and the Naive RAG on My Own Site

    Over the past two years RAG evolved from a 'linear pipeline' to 'loop-based reasoning'. It maps cleanly to five stages: Naive, Advanced, Modular, Graph, Agentic. The real inflection point is control moving from pipeline to agent — a System 1 → System 2 shift. Looking back at engineer-news's own RAG stack, it's stuck at the Naive edge — so this post also lays out what to fix next.

  3. 03
    Deep Dive

    Building a Real RAG: 5 Infra Lessons from InfiniFlow's 2024 Year-in-Review

    The previous post zoomed out for a five-stage panorama of RAG. This one zooms in on the five infra lessons any real RAG has to face: document ingestion, contextualized chunking, three-lane hybrid search, tensor reranker, and GraphRAG's semantic gap. Each lesson is checked against engineer-news's current stack, ending with a priority list for a personal site.

  4. 04
  5. 05