From a467f31238674dfe7d25c9c044836f9ffa18ae9f Mon Sep 17 00:00:00 2001 From: writinwaters <93570324+writinwaters@users.noreply.github.com> Date: Sat, 14 Sep 2024 09:34:35 +0800 Subject: [PATCH] minor (#2422) ### What problem does this PR solve? ### Type of change - [x] Documentation Update --- docs/guides/agentic_rag/general_purpose_chatbot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/agentic_rag/general_purpose_chatbot.md b/docs/guides/agentic_rag/general_purpose_chatbot.md index 3da49ac9c..d466c6f22 100644 --- a/docs/guides/agentic_rag/general_purpose_chatbot.md +++ b/docs/guides/agentic_rag/general_purpose_chatbot.md @@ -3,7 +3,7 @@ sidebar_position: 2 slug: /general_purpose_chatbot --- -# Create and configure a general-purpose chatbot agent +# Create a general-purpose chatbot Chatbot is one of the most common AI scenarios. However, effectively understanding user queries and responding appropriately remains a challenge. RAGFlow's general-purpose chatbot agent is our attempt to tackle this longstanding issue.