A Dify plugin that provides seamless integration with RMinte self-developed inference engine. Supports LLM, text embedding, and reranking models with hardcoded endpoints for zero-configuration deployment.
-
Three Predefined Models
- RM-01 LLM (Chat completion)
- RM-01 Embedding (Text embedding)
- RM-01 Reranker (Document reranking)
-
Zero Configuration - All API endpoints are preconfigured
-
OpenAI Compatible - Uses OpenAI-compatible API format
Important: Since this plugin is not signed by Dify, you need to modify the Dify configuration file before installation. Follow these steps:
-
Navigate to the Dify docker directory:
cd dify/docker -
Edit the
.envfile:nano .env
-
Modify the plugin-related variables:
- Press
Ctrl+Wto search forFORCE_VERIFYING_SIGNATURE - Change
FORCE_VERIFYING_SIGNATUREtoFORCE_VERIFYING_SIGNATURE=false - Find the line below
ENFORCE_LANGGENIUS_PLUGIN_SIGNATURESand change it toENFORCE_LANGGENIUS_PLUGIN_SIGNATURES=false - Press
Ctrl+X, then typeYand press Enter to save and exit
- Press
-
Download the
.difypkgfile from Releases -
Go to Dify → Settings → Model Providers → Install Plugin
-
Upload the
.difypkgfile -
Configure the provider with any name and save
| Model Type | API Endpoint |
|---|---|
| LLM | http://10.10.99.98:58000/v1 |
| Embedding | http://10.10.99.98:58080/v1 |
| Reranker | http://10.10.99.98:58081/v1 |
一个为 Dify 提供 RMinte 自研推理引擎无缝集成的插件。支持 LLM、文本嵌入和重排序模型,API 地址预配置,开箱即用。
-
三个预定义模型
- RM-01 LLM(对话补全)
- RM-01 Embedding(文本嵌入)
- RM-01 Reranker(文档重排序)
-
零配置 - 所有 API 地址已预配置
-
OpenAI 兼容 - 使用 OpenAI 兼容的 API 格式
重要提示: 由于本插件没有经过 Dify 签名,故需修改 Dify 配置文件才可安装,步骤如下:
-
进入 Dify docker 目录:
cd dify/docker -
编辑
.env文件:nano .env
-
修改插件相关的变量:
- 按
Ctrl+W找到FORCE_VERIFYING_SIGNATURE - 将
FORCE_VERIFYING_SIGNATURE改为FORCE_VERIFYING_SIGNATURE=false - 下面一行的
ENFORCE_LANGGENIUS_PLUGIN_SIGNATURES改为ENFORCE_LANGGENIUS_PLUGIN_SIGNATURES=false - 然后按
Ctrl+X后输入Y回车保存退出
- 按
-
从 Releases 下载
.difypkg文件 -
进入 Dify → 设置 → 模型供应商 → 安装插件
-
上传
.difypkg文件 -
配置提供者名称(任意)并保存
| 模型类型 | API 地址 |
|---|---|
| LLM | http://10.10.99.98:58000/v1 |
| Embedding | http://10.10.99.98:58080/v1 |
| Reranker | http://10.10.99.98:58081/v1 |