a tools for RAGFlow api to list the dataset, document, chunks and add chunks
Author: witmeng
Version: 0.0.1
Type: tool
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:
Configuration:
If you have any questions or suggestions about this, please contact us through the following methods: