From 8ccc69672381f2f7877e62a5bcea6eb9cd5d71a0 Mon Sep 17 00:00:00 2001 From: Toro <151125908+toronan@users.noreply.github.com> Date: Sat, 14 Sep 2024 17:36:35 +0800 Subject: [PATCH] Update _category_.json (#2442) ### What problem does this PR solve? #2441 ### Type of change - [x] Documentation Update --- docs/guides/agentic_rag/_category_.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/agentic_rag/_category_.json b/docs/guides/agentic_rag/_category_.json index 239ecd0cc..7952a76c6 100644 --- a/docs/guides/agentic_rag/_category_.json +++ b/docs/guides/agentic_rag/_category_.json @@ -1,8 +1,8 @@ { - "label": "Agentic RAG", + "label": "Agents", "position": 3, "link": { "type": "generated-index", - "description": "RAGFlow v0.8.0 introduces an Agentic RAG mechanism, featuring a no-code workflow editor on the front end and a comprehensive graph-based task orchestration framework on the back end." + "description": "RAGFlow v0.8.0 introduces an agent mechanism, featuring a no-code workflow editor on the front end and a comprehensive graph-based task orchestration framework on the back end." } }