Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 439 Bytes

File metadata and controls

30 lines (20 loc) · 439 Bytes

dify-external-knowledge-base-proxy

dify-external-knowledge-base-proxy 是 dify 的外部知识库代理服务, 目前支持对接 ragflow 的 api 接口。

本地构建docker镜像

cd docker-ekbp
docker compose build

使用

cd docker-ekbp
cp .env.example .env

# 修改 .env 文件配置, 略
# ...

# 启动服务
docker compose up -d

新增代理服务模块

README.md


End