Skip to content

Commit e9669e7

Browse files
authored
Updated v0.18.0 release notes (#7221)
### What problem does this PR solve? ### Type of change - [x] Documentation Update
1 parent 9a1ac80 commit e9669e7

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

docs/develop/mcp.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
______________________________________________________________________
21
---
32
sidebar_position: 4
43
slug: /mcp_server
54
---
65

7-
# Overview of RAGFlow Model Context Protocol (MCP) Server
6+
# RAGFlow MCP server overview
87

9-
The RAGFlow MCP server operates as an independent component that complements the RAGFlow server. However, it requires a RAGFlow server to work functionally well, meaning, the MCP client and server communicate with each other in MCP HTTP+SSE mode (once the connection is established, server pushes messages to client only), and responses are expected from RAGFlow server.
8+
The RAGFlow Model Context Protocol (MCP) server operates as an independent component that complements the RAGFlow server. However, it requires a RAGFlow server to work functionally well, meaning, the MCP client and server communicate with each other in MCP HTTP+SSE mode (once the connection is established, server pushes messages to client only), and responses are expected from RAGFlow server.
109

1110
The MCP server currently offers a specific tool to assist users in searching for relevant information powered by RAGFlow DeepDoc technology:
1211

docs/guides/agent/agent_component_reference/begin.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ You can set global variables within the **Begin** component, which can be either
4949
:::tip NOTE
5050
To pass in parameters from a client, call:
5151
- HTTP method [Converse with agent](../../../references/http_api_reference.md#converse-with-agent), or
52-
- Python method [Converse with agent](../../../referencespython_api_reference.md#converse-with-agent).
52+
- Python method [Converse with agent](../../../references/python_api_reference.md#converse-with-agent).
5353
:::
5454

5555
:::danger IMPORTANT

docs/release_notes.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Key features, improvements and bug fixes in the latest releases.
99

1010
## v0.18.0
1111

12-
Released on April 22, 2025.
12+
Released on April 23, 2025.
1313

1414
### New features
1515

@@ -25,6 +25,14 @@ Released on April 22, 2025.
2525
- Enhanced answer referencing: Citation accuracy in generated responses is improved.
2626
- Enhanced question-answering experience: users can now manually stop streaming output during a conversation.
2727

28+
### Documentation
29+
30+
#### Added documents
31+
32+
- [Set page rank](./guides/dataset/set_page_rank.md)
33+
- [Enable RAPTOR](./guides/dataset/enable_raptor.md)
34+
- [RAGFlow MCP server overview](./develop/mcp.md)
35+
2836
## v0.17.2
2937

3038
Released on March 13, 2025.

0 commit comments

Comments
 (0)