mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-25 20:56:33 +08:00
### What problem does this PR solve?
Trailing white-spaces in commit 6814ace1aa
got automatically trimmed by code editor may causes documentation
typesetting broken.
Mostly for double spaces for soft line breaks.
### Type of change
- [x] Documentation Update
30 lines
990 B
Markdown
30 lines
990 B
Markdown
---
|
|
sidebar_position: 3
|
|
slug: /implement_deep_research
|
|
sidebar_custom_props: {
|
|
categoryIcon: LucideScanSearch
|
|
}
|
|
---
|
|
# Implement deep research
|
|
|
|
Implements deep research for agentic reasoning.
|
|
|
|
---
|
|
|
|
From v0.17.0 onward, RAGFlow supports integrating agentic reasoning in an AI chat. The following diagram illustrates the workflow of RAGFlow's deep research:
|
|
|
|

|
|
|
|
To activate this feature:
|
|
|
|
1. Enable the **Reasoning** toggle in **Chat setting**.
|
|
|
|

|
|
|
|
2. Enter the correct Tavily API key to leverage Tavily-based web search:
|
|
|
|

|
|
|
|
*The following is a screenshot of a conversation that integrates Deep Research:*
|
|
|
|
 |