app icon
ragflow-api
0.0.7

a tools for RAGFlow api to list the dataset, document, chunks and add chunks

witmeng/ragflow-api8597 installs

ragflow-api

Author: witmeng
Version: 0.0.1
Type: tool

Description

This Dify plugin tool provides interaction capabilities with the Ragflow API, allowing users to read Ragflow datasets, documents, and data chunks, add data chunks, and retrieve data within Dify workflows.

Key features include:

  • List Datasets: Query and return dataset IDs in Ragflow based on name.
    ----The dataset name needs to be an exact match, returns the dataset ID

  • List Documents: Query and return document IDs in Ragflow based on name.
    ----The document name needs to be an exact match, returns the document ID

  • List Chunks: Query and return data chunk content in Ragflow based on keywords.
    ----Uses fuzzy matching with keywords, returns an array of data chunks.

  • Add Chunks: Add new content data chunks to a specific document within a specified dataset.
    ----Returns: JSON after successful addition

  • Retrieve Data: Retrieve information related to keywords based on the specified dataset (document optional).
    ----Returns: Array of database results

Use Cases:

  • Automate the management of Ragflow datasets.
  • Integrate Ragflow's document processing workflow into Dify applications.
  • Connect RAGFlow knowledge base to Dify.

Configuration:

  • Requires configuring the Ragflow API (Ragflow API Key) and (Ragflow server address) in the Dify plugin credentials.

Contact Us

If you have any questions or suggestions about this, please contact us through the following methods:

CATEGORY
Tool
VERSION
0.0.7
witmeng·05/28/2025 05:25 AM
REQUIREMENTS
LLM invocation
Tool invocation
App invocation
Endpoint registration
Maximum memory
256MB
Maximum storage
1MB