章节 01
Mark Agentic RAG: Core Overview of Production-Grade AI System Architecture
Mark Agentic RAG project integrates FastAPI, RAG (Retrieval-Augmented Generation), vector search, and agent workflows to build a production-grade LLM application architecture. It upgrades traditional RAG by embedding it into an agent framework, enabling the system to proactively decide when/what to retrieve, use tools, and iterate—key for production AI systems.