From 7c8f159751daa9e567b451d4c0bc744dbe3af7cb Mon Sep 17 00:00:00 2001 From: writinwaters <93570324+writinwaters@users.noreply.github.com> Date: Tue, 10 Sep 2024 11:24:59 +0800 Subject: [PATCH] Fixed a docusaurus display issue (#2340) ### What problem does this PR solve? ### Type of change - [x] Documentation Update --- docs/guides/agentic_rag/_category_.json | 2 +- docs/guides/agentic_rag/agentic_rag_introduction.md | 4 ++-- docs/references/faq.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/guides/agentic_rag/_category_.json b/docs/guides/agentic_rag/_category_.json index 620da2602..239ecd0cc 100644 --- a/docs/guides/agentic_rag/_category_.json +++ b/docs/guides/agentic_rag/_category_.json @@ -3,6 +3,6 @@ "position": 3, "link": { "type": "generated-index", - "description": "Agentic RAG-specific User Guides" + "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." } } diff --git a/docs/guides/agentic_rag/agentic_rag_introduction.md b/docs/guides/agentic_rag/agentic_rag_introduction.md index 3394508ac..4bd85a579 100644 --- a/docs/guides/agentic_rag/agentic_rag_introduction.md +++ b/docs/guides/agentic_rag/agentic_rag_introduction.md @@ -3,9 +3,9 @@ sidebar_position: 1 slug: /agentic_rag_introduction --- -# A brief introduction +# Introduction to Agentic RAG -Agents and RAG are complementary techniques, each enhancing the other’s capabilities in business applications. 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. Built on top of RAGFlow's existing RAG solutions, this mechanism aims to orchestrate search technologies such as query intent classification, conversation leading, and query rewriting to: +Agents and RAG are complementary techniques, each enhancing the other’s capabilities in business applications. 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. This mechanism is built on top of RAGFlow's existing RAG solutions and aims to orchestrate search technologies such as query intent classification, conversation leading, and query rewriting to: - Provide higher retrievals and, - Accommodate more complex scenarios. diff --git a/docs/references/faq.md b/docs/references/faq.md index 2be118aea..2ee8a3c7b 100644 --- a/docs/references/faq.md +++ b/docs/references/faq.md @@ -340,8 +340,8 @@ This exception occurs when starting up the RAGFlow server. Try the following: ![hint102](https://github.com/infiniflow/ragflow/assets/93570324/6633d892-b4f8-49b5-9a0a-37a0a8fba3d2) 1. Ensure that the RAGFlow server can access the base URL. -2. Do not forget to append **/v1/** to **http://IP:port**: - **http://IP:port/v1/** +2. Do not forget to append `/v1/` to `http://IP:port`: + `http://IP:port/v1/` #### 4.16 `FileNotFoundError: [Errno 2] No such file or directory`