# dify-external-knowledge-base-proxy **Repository Path**: kingtigerc/dify-external-knowledge-base-proxy ## Basic Information - **Project Name**: dify-external-knowledge-base-proxy - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-27 - **Last Updated**: 2025-05-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # dify-external-knowledge-base-proxy dify-external-knowledge-base-proxy 是 dify 的外部知识库代理服务, 目前支持对接 ragflow 的 api 接口。 ## 本地构建docker镜像 ``` sh cd docker-ekbp docker compose build ``` ## 使用 ``` sh cd docker-ekbp cp .env.example .env # 修改 .env 文件配置, 略 # ... # 启动服务 docker compose up -d ``` ## 新增代理服务模块 [README.md](proxy/README.md) --- End