Update and rename agentic_rag_introduction.md to agent_introduction.md (#2443)

### What problem does this PR solve?

#2441 

### Type of change


- [x] Documentation Update
This commit is contained in:
Toro 2024-09-14 17:36:57 +08:00 committed by GitHub
parent 8ccc696723
commit 2c05e6e6bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,11 +1,11 @@
---
sidebar_position: 1
slug: /agentic_rag_introduction
slug: /agent_introduction
---
# Introduction to Agentic RAG
# Introduction to agents
Agents and RAG are complementary techniques, each enhancing the others 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:
Agents and RAG are complementary techniques, each enhancing the others 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:
- Provide higher retrievals and,
- Accommodate more complex scenarios.