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
15 lines
711 B
Markdown
15 lines
711 B
Markdown
---
|
|
sidebar_position: 2
|
|
slug: /mcp_tools
|
|
sidebar_custom_props: {
|
|
categoryIcon: LucideToolCase
|
|
}
|
|
---
|
|
|
|
# RAGFlow MCP tools
|
|
|
|
The MCP server currently offers a specialized tool to assist users in searching for relevant information powered by RAGFlow DeepDoc technology:
|
|
|
|
- **retrieve**: Fetches relevant chunks from specified `dataset_ids` and optional `document_ids` using the RAGFlow retrieve interface, based on a given question. Details of all available datasets, namely, `id` and `description`, are provided within the tool description for each individual dataset.
|
|
|
|
For more information, see our Python implementation of the [MCP server](https://github.com/infiniflow/ragflow/blob/main/mcp/server/server.py). |