From dcdc1b0ec7a9f0a94b6b11437dd5ca58b2f54a04 Mon Sep 17 00:00:00 2001 From: Yingfeng Date: Wed, 31 Dec 2025 17:02:34 +0800 Subject: [PATCH] Fix urls for basic docs (#12372) ### Type of change - [x] Documentation Update --- docs/basics/agent_context_engine.md | 4 ++-- docs/basics/rag.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/basics/agent_context_engine.md b/docs/basics/agent_context_engine.md index c00531e28..f2fe93d84 100644 --- a/docs/basics/agent_context_engine.md +++ b/docs/basics/agent_context_engine.md @@ -1,6 +1,6 @@ --- sidebar_position: 2 -slug: /what_is_agent_context_engine +slug: /what-is-agent-context-engine --- # What is Agent context engine? @@ -58,4 +58,4 @@ We left behind the label of “yet another RAG system” long ago. From DeepDoc We believe tomorrow’s enterprise AI advantage will hinge not on who owns the largest model, but on who can feed that model the highest-quality, most real-time, and most relevant context. An Agentic Context Engine is the critical infrastructure that turns this vision into reality. -In the paradigm shift from “hand-crafted prompts” to “intelligent context,” RAGFlow is determined to be the most steadfast propeller and enabler. We invite every developer, enterprise, and researcher who cares about the future of AI agents to follow RAGFlow’s journey—so together we can witness and build the cornerstone of the next-generation AI stack. \ No newline at end of file +In the paradigm shift from “hand-crafted prompts” to “intelligent context,” RAGFlow is determined to be the most steadfast propeller and enabler. We invite every developer, enterprise, and researcher who cares about the future of AI agents to follow RAGFlow’s journey—so together we can witness and build the cornerstone of the next-generation AI stack. diff --git a/docs/basics/rag.md b/docs/basics/rag.md index 90054ed56..4cf2e7997 100644 --- a/docs/basics/rag.md +++ b/docs/basics/rag.md @@ -1,6 +1,6 @@ --- sidebar_position: 1 -slug: /what_is_rag +slug: /what-is-rag --- # What is Retreival-Augmented-Generation (RAG)? @@ -104,4 +104,4 @@ The evolution of RAG is unfolding along several clear paths: 3. Towards context engineering 2.0 Current RAG can be viewed as Context Engineering 1.0, whose core is assembling static knowledge context for single Q&A tasks. The forthcoming Context Engineering 2.0 will extend with RAG technology at its core, becoming a system that automatically and dynamically assembles comprehensive context for agents. The context fused by this system will come not only from documents but also include interaction memory, available tools/skills, and real-time environmental information. This marks the transition of agent development from a "handicraft workshop" model to the industrial starting point of automated context engineering. -The essence of RAG is to build a dedicated, efficient, and trustworthy external data interface for large language models; its core is Retrieval, not Generation. Starting from the practical need to solve private data access, its technical depth is reflected in the optimization of retrieval for complex unstructured data. With its deep integration into agent architectures and its development towards automated context engineering, RAG is evolving from a technology that improves Q&A quality into the core infrastructure for building the next generation of trustworthy, controllable, and scalable intelligent applications. \ No newline at end of file +The essence of RAG is to build a dedicated, efficient, and trustworthy external data interface for large language models; its core is Retrieval, not Generation. Starting from the practical need to solve private data access, its technical depth is reflected in the optimization of retrieval for complex unstructured data. With its deep integration into agent architectures and its development towards automated context engineering, RAG is evolving from a technology that improves Q&A quality into the core infrastructure for building the next generation of trustworthy, controllable, and scalable intelligent applications.