Rag Ready Converter
Author: sniffout
Version: 0.0.9
Type: tool
Overview
Rag Ready Converter is a Dify tool plugin that integrates with the Rag Ready Converter service to transform uploaded files into RAG Ready text. It is intended for files that are often difficult to handle in common RAG pipelines, including documents such as PDF, Excel, PowerPoint, and images.
Key Features
- Convert various file formats such as PDF, Excel, PowerPoint, and images
- Generate RAG-oriented text suitable for LLM usage and improved retrieval accuracy
- Return conversion results as text and Markdown files for use in Dify workflows
- Select output format as Markdown () or plain text ()
- Configure polling timeout and polling interval
- Use as file preprocessing before LLM nodes
Setup
Prerequisites
Before using this plugin, prepare the following:
- A Rag Ready Converter account
- An API key issued in the Rag Ready Converter service
- The email address registered with Rag Ready Converter
How to Get Credentials
- Sign up or log in at https://rag-ready-converter.com/
- Issue an API key in the service
- In Dify plugin settings, enter the same email address linked to your account
Configure the Plugin in Dify
In Dify plugin settings, provide the following credentials:
Usage
Input
Output
Typical Flow
- Pass a file to the node.
- Configure the output format in the node as needed.
- Provide to the node and wait for completion.
- Pass the converted result to downstream nodes (for example, an LLM node).
For Rag Ready Converter specifications, see the official API documentation.
Best Practices
- Start with small or representative files before processing large batches
- Use Markdown output when you want better structure for LLM prompting or retrieval
- Increase timeout for large files or complex documents
- Validate the converted content before using it in production workflows
Limitations
- Conversion time may vary depending on file size and document complexity
- Very large files may require longer timeout settings
- File size is supported up to 5GB
- Output quality depends on the source file quality and structure
Privacy
This plugin sends user-specified files and configuration data to the Rag Ready Converter service only for file conversion and result retrieval.
Before using it in production, review the plugin privacy policy and your internal data handling requirements.
Support
License
For details, please refer to the license on the service site.