Why
Why
> > @80imike Can you try this pr #4610 > > 不错,这个 pr 解决了 UpStash 同步问题 > > > 但 webdav 方式还是失败 > > 兄弟,为什么我的还不行,版本也是2.12.2,我照着教程设置,把REST API需要的数据复制进去,启用代理是默认打开的,代理地址填写什么,我空着的,检查同步也正确,点同步按钮就一直同步失败
> @80imike it is a problem with the code that's not a problem on your side 这句话的意思是等作者修复吗?我英语不好
> @80imike it is a problem with the code that's not a problem on your side 还有一个问题 /api/cors/ 是怎么设置的,我使用的是VPS
> > > @80imike it is a problem with the code that's not a problem on your side > > > > > > 还有一个问题 /api/cors/ 是怎么设置的,我使用的是VPS > > API代码有问题,等发新版或者自己编译,调设置没用的...
> do you have the error screenshot of api `/api/upstash/` in the console of browser dev tools 
> 本来想用 WebDAV,部署好了用 Curl 操作没问题,但是死活解决不了 CORS,折腾了 2 天用 Nginx 各种 Proxy 最后莫名其妙跳到 80 端口(WebDAV 和 NextChat 都是用 Docker 部署在同一域名下用不同端口访问),彻底崩溃。暂时放弃了等官方什么时候更新说明下自带那个「代理地址」怎么用再折腾了。 新版本已经解决upstach问题了,但是不知道为什么IP+端口号就能进项目,nginx就一直报错
> > > 本来想用 WebDAV,部署好了用 Curl 操作没问题,但是死活解决不了 CORS,折腾了 2 天用 Nginx 各种 Proxy 最后莫名其妙跳到 80 端口(WebDAV 和 NextChat 都是用 Docker 部署在同一域名下用不同端口访问),彻底崩溃。暂时放弃了等官方什么时候更新说明下自带那个「代理地址」怎么用再折腾了。 > > > > > > 新版本已经解决upstach问题了,但是不知道为什么IP+端口号就能进项目,nginx就一直报错 > >...
> > Bot detected the issue body's language is not English, translate it automatically. > > > > > > I originally wanted to use WebDAV, and after deploying it,...
> mac端v2.12.3依然有这个问题 > device: M1 macbook air > > system: 13.6.4 (22G513) 我用的服务器,没在本地部署
> 这个应该也可以通过包装fastgpt的api实现(这里是接口文档地址): https://doc.tryfastgpt.ai/docs/development/openapi/dataset/#%e6%95%b0%e6%8d%ae > > ## 实现逻辑 > 1. 更新https://github.com/ChatGPTNextWeb/NextChat-Awesome-Plugins/tree/main/plugins/fastgpt 这里的schema,增加创建知识库,以及`创建外部文件库集合`的api > 2. 编辑mask,增加context内容:告诉LLM,当收到一个(或者多个)PDF的链接的时候,先创建知识库,并将PDF作为集合导入到知识库,并记住知识库的datasetId > 3. 用户提问的时候,尝试调用fastgpt的搜索测试接口查询相关内容。再由大模型总结回答。 好的,感谢,我研究一下