dify icon indicating copy to clipboard operation
dify copied to clipboard

Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you q...

Results 4424 dify issues
Sort by recently updated
recently updated
newest added

是否有计划开放api允许上传源文本或者文件到dify来构建知识库,然后再通过对话api根据文本问答?

1、本地部署版本,这个api的URL是什么?比如我测试的ip地址是192.168.1.23。访问前端是192.168.1.23,api是192.168.1.23:5001。但是当我调用api服务地址192.168.1.23:5001的时候,会提示授权问题。也就是类似调用了原来的https://udify.app/api/chat-messages。而不是api。应该如何配置呢?是否有指导文档可以看?目前部署过程比较混乱 ![image](https://github.com/langgenius/dify/assets/40591097/70c7592c-859b-4d3c-b35f-db0b4bfb4627) 2、当私有化部署之后,在提交嵌入文本的时候,进度一直是0%,看日志也不报错。请问该如何排查问题呢?

1. 注释掉 nginx 部分 ![image](https://github.com/langgenius/dify/assets/19700467/aa315cb2-5d94-4f83-a810-d4cef6272a09) 2. 除了 nginx 其他服务都正常启动; ![image](https://github.com/langgenius/dify/assets/19700467/03ef6eff-5860-4b7f-929b-714428bf9aec) 3. 但是在外部 curl http://127.0.0.1:3000 ![image](https://github.com/langgenius/dify/assets/19700467/cfe7e4b6-6b12-4e21-9eb8-661f13d1d8ad)

![image](https://github.com/langgenius/dify/assets/116129630/74b0b5e3-28ed-4c95-9d03-689d9d4fc356)

如题,修改nginx和config都没有实现,目前占用根域名/导致其他系统异常,想配置以下访问入口https://my.com/dify/ 比如以下配置 how to configure nginx subpath proxy like: https://my.com/dify/ the following config have no effect, and the static files redirect to root domain ``` location /dify/ { proxy_pass http://127.0.0.1:8899/;...

更新代码后启动,大量异常报错,暂时找不到原因,接口数据确认了都是json格式。

bug

私有化部署探索功能没有内容

我直接使用的您的云服务,部署方便,效果很不错。问题是您提供的200次API调用很快就完了,我想加上自己的openai API Key,但加上后系统提示无响应。应该怎么解决?

Self hosted SSL not working - [ ] Set up certbot - https://certbot.eff.org/ - [ ] Set up support for SSL in nginx Is this possible to handle?