mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-04-23 22:50:17 +08:00
Initial draft of Implemnt deep research (#5774)
### What problem does this PR solve? ### Type of change - [x] Documentation Update
This commit is contained in:
parent
5b0e38060a
commit
ca39f5204d
28
docs/guides/chat/implement_deep_research.md
Normal file
28
docs/guides/chat/implement_deep_research.md
Normal file
@ -0,0 +1,28 @@
|
||||
---
|
||||
sidebar_position: 3
|
||||
slug: /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:
|
||||
|
||||
1. Enable the **Reasoning** toggle under the **Prompt Engine** tab of your chat assistant dialogue.
|
||||
|
||||

|
||||
|
||||
2. Enter the correct Tavily API key under the **Assistant Setting** tab of your chat assistant dialogue to leverage Tavily-based web search
|
||||
|
||||

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

|
Loading…
x
Reference in New Issue
Block a user