writinwaters
commited on
Commit
·
f90339c
1
Parent(s):
8c682a7
minor (#2422)
Browse files### What problem does this PR solve?
### Type of change
- [x] Documentation Update
docs/guides/agentic_rag/general_purpose_chatbot.md
CHANGED
@@ -3,7 +3,7 @@ sidebar_position: 2
|
|
3 |
slug: /general_purpose_chatbot
|
4 |
---
|
5 |
|
6 |
-
# Create
|
7 |
|
8 |
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.
|
9 |
|
|
|
3 |
slug: /general_purpose_chatbot
|
4 |
---
|
5 |
|
6 |
+
# Create a general-purpose chatbot
|
7 |
|
8 |
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.
|
9 |
|