mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-06-04 11:24:00 +08:00
654 B
654 B
sidebar_position | slug |
---|---|
2 | /mcp_tools |
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 optionaldocument_ids
using the RAGFlow retrieve interface, based on a given question. Details of all available datasets, namely,id
anddescription
, are provided within the tool description for each individual dataset.
For more information, see our Python implementation of the MCP server.