Toro
commited on
Commit
·
642f6fd
1
Parent(s):
8453019
Update and rename agentic_rag_introduction.md to agent_introduction.md (#2443)
Browse files### What problem does this PR solve?
#2441
### Type of change
- [x] Documentation Update
docs/guides/agentic_rag/{agentic_rag_introduction.md → agent_introduction.md}
RENAMED
@@ -1,11 +1,11 @@
|
|
1 |
---
|
2 |
sidebar_position: 1
|
3 |
-
slug: /
|
4 |
---
|
5 |
|
6 |
-
# Introduction to
|
7 |
|
8 |
-
Agents and RAG are complementary techniques, each enhancing the other’s capabilities in business applications. RAGFlow v0.8.0 introduces an
|
9 |
|
10 |
- Provide higher retrievals and,
|
11 |
- Accommodate more complex scenarios.
|
@@ -75,4 +75,4 @@ Please review the flowing description of the RAG-specific components before you
|
|
75 |
| Add a component | Drag and drop the desired component from the left panel onto the canvas. |
|
76 |
| Delete a component | On the canvas, hover over the three dots (...) of the component to display the delete option, then select it to remove the component. |
|
77 |
| Copy a component | On the canvas, hover over the three dots (...) of the component to display the copy option, then select it to make a copy the component. |
|
78 |
-
| Update component settings | On the canvas, click the desired component to display the component settings. |
|
|
|
1 |
---
|
2 |
sidebar_position: 1
|
3 |
+
slug: /agent_introduction
|
4 |
---
|
5 |
|
6 |
+
# Introduction to agents
|
7 |
|
8 |
+
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. 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:
|
9 |
|
10 |
- Provide higher retrievals and,
|
11 |
- Accommodate more complex scenarios.
|
|
|
75 |
| Add a component | Drag and drop the desired component from the left panel onto the canvas. |
|
76 |
| Delete a component | On the canvas, hover over the three dots (...) of the component to display the delete option, then select it to remove the component. |
|
77 |
| Copy a component | On the canvas, hover over the three dots (...) of the component to display the copy option, then select it to make a copy the component. |
|
78 |
+
| Update component settings | On the canvas, click the desired component to display the component settings. |
|