mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-24 03:56:37 +08:00
### What problem does this PR solve? Update icons for docs. Trailing spaces are auto truncated by the editor, does not affect real content. ### Type of change - [x] Documentation Update
991 B
991 B
sidebar_position, slug, sidebar_custom_props
| sidebar_position | slug | sidebar_custom_props | ||
|---|---|---|---|---|
| 3 | /implement_deep_research |
|
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:
- Enable the Reasoning toggle in Chat setting.
- Enter the correct Tavily API key to leverage Tavily-based web search:
The following is a screenshot of a conversation that integrates Deep Research:

