dify
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...
是否有计划开放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。应该如何配置呢?是否有指导文档可以看?目前部署过程比较混乱  2、当私有化部署之后,在提交嵌入文本的时候,进度一直是0%,看日志也不报错。请问该如何排查问题呢?
1. 注释掉 nginx 部分  2. 除了 nginx 其他服务都正常启动;  3. 但是在外部 curl http://127.0.0.1:3000 

如题,修改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/;...
私有化部署探索功能没有内容
我直接使用的您的云服务,部署方便,效果很不错。问题是您提供的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?