Skip to content

Commit ede5151

Browse files
authored
Update index.md
1 parent f855fd8 commit ede5151

File tree

1 file changed

+10
-10
lines changed
  • website/blog/2025-10-30-ragflow-in-practice-an-intelligent-agent-for-in-depth-research-on-company-research-reports

1 file changed

+10
-10
lines changed

website/blog/2025-10-30-ragflow-in-practice-an-intelligent-agent-for-in-depth-research-on-company-research-reports/index.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: ragflow in practice an intelligent agent for in depth research on company
44
tags: ragflow
55
---
66

7-
![]()
7+
![](./)
88

99
# Background
1010

@@ -238,11 +238,11 @@ We have also received requests from everyone expressing a preference not to extr
238238

239239
## 2.4 Build the "Research Report Information Extraction" function
240240

241-
![](./)
241+
![](./14.png)
242242

243243
Utilize an information extraction agent, which, based on the `stockCode`, calls the AlphaVantage API to extract the latest authoritative research reports and insights. Meanwhile, it invokes the internal research report retrieval agent to obtain the full text of the complete research reports. Finally, it outputs the two parts of content separately in a fixed structure, thereby achieving an efficient information extraction function.
244244

245-
![](./)
245+
![](./15.png)
246246

247247
System prompt:
248248

@@ -278,17 +278,17 @@ Directly output the content provided by the Internal Research Report Retrieval A
278278

279279
Add the MCP tool:
280280

281-
![](./)
281+
![](./16.png)
282282

283283
Add the MCP tool under the agent and select the required method, such as "EARNINGS_CALL_TRANSCRIPT".
284284

285-
![](./)
285+
![](./17.png)
286286

287287
### 2.4.2 Internal Research Report Retrieval Agent
288288

289289
The key focus in constructing the internal research report retrieval agent lies in accurately identifying the company or stock code in user queries. It then invokes the Retrieval tool to search for research reports from the knowledge base and outputs the full text, ensuring that information such as data, viewpoints, conclusions, tables, and risk warnings is not omitted. This enables high-fidelity extraction of research report content.
290290

291-
![](./)
291+
![](./18.png)
292292

293293
System Prompt:
294294

@@ -324,7 +324,7 @@ Read user input → Identify the involved company/stock (supports abbreviations,
324324

325325
The research report generation agent automatically extracts and structurally organizes financial and economic information, generating foundational data and content for investment bank analysts that are professional, retain differentiation, and can be directly used in investment research reports.
326326

327-
![](./)
327+
![](./19.png)
328328

329329
```
330330
<role>
@@ -405,20 +405,20 @@ Apply this format consistently to all section headings (Summary, Company Overvie
405405

406406
The reply message node is used to output the "financial statements" and "research report content" that are the final outputs of the workflow.
407407

408-
![](./)
408+
![](./20.png)
409409

410410
## 2.7 Save and Test
411411

412412
Click "Save" - "Run" - and view the execution results.
413413
The entire process takes approximately 5 minutes to run.
414414
Execution Results:
415415

416-
![](./)
416+
![](./21.png)
417417

418418
Log:
419419
The entire process took approximately 5 minutes to run.
420420

421-
![](./)
421+
![](./22.png)
422422

423423
# Summary and Outlook
424424

0 commit comments

Comments
 (0)