An open API service indexing awesome lists of open source software.

https://github.com/yhuan416/dify-external-knowledge-base-proxy

dify框架对接ragflow外部知识库代理服务
https://github.com/yhuan416/dify-external-knowledge-base-proxy

dify docker docker-compose external-knowledge-base nodejs ragflow

Last synced: 2 months ago
JSON representation

dify框架对接ragflow外部知识库代理服务

Awesome Lists containing this project

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