diff --git a/docSite/content/zh-cn/docs/development/upgrading/485.md b/docSite/content/zh-cn/docs/development/upgrading/485.md index 811cab95472..2dc499018df 100644 --- a/docSite/content/zh-cn/docs/development/upgrading/485.md +++ b/docSite/content/zh-cn/docs/development/upgrading/485.md @@ -1,5 +1,5 @@ --- -title: 'V4.8.5(进行中)' +title: 'V4.8.5' description: 'FastGPT V4.8.5 更新说明' icon: 'upgrade' draft: false @@ -13,8 +13,8 @@ weight: 819 ### 2. 修改镜像 -- fastgpt 镜像 tag 修改成 v4.8.5-alpha -- 商业版镜像 tag 修改成 v4.8.5 -alpha +- fastgpt 镜像 tag 修改成 v4.8.5 +- 商业版镜像 tag 修改成 v4.8.5 ### 3. 执行初始化 @@ -54,9 +54,8 @@ curl --location --request POST 'https://{{host}}/api/admin/init/485' \ 8. 优化 - 文件夹读取,支持单个文件夹超出 100 个文件 9. 优化 - 问答拆分/手动录入,当有`a`字段时,自动将`q`作为补充索引。 10. 优化 - 对话框页面代码 -11. 修复 - SSR渲染 -12. 优化 - 工作流新节点自动增加序号名 -13. 修复 - 定时任务无法实际关闭 -14. 修复 - 输入引导特殊字符导致正则报错 -15. 修复 - 文件包含特殊字符`%`,且为转义时会导致页面崩溃 -16. 修复 - 自定义输入选择知识库引用时页面崩溃 \ No newline at end of file +11. 优化 - 工作流新节点自动增加序号名 +12. 修复 - 定时任务无法实际关闭 +13. 修复 - 输入引导特殊字符导致正则报错 +14. 修复 - 文件包含特殊字符`%`,且为转义时会导致页面崩溃 +15. 修复 - 自定义输入选择知识库引用时页面崩溃 \ No newline at end of file diff --git a/files/docker/docker-compose-milvus.yml b/files/docker/docker-compose-milvus.yml index 9a201817f67..1e6e2069f42 100644 --- a/files/docker/docker-compose-milvus.yml +++ b/files/docker/docker-compose-milvus.yml @@ -114,15 +114,15 @@ services: # fastgpt sandbox: container_name: sandbox - image: ghcr.io/labring/fastgpt-sandbox:v4.8.4 # git - # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.4 # 阿里云 + image: ghcr.io/labring/fastgpt-sandbox:latest # git + # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:latest # 阿里云 networks: - fastgpt restart: always fastgpt: container_name: fastgpt - image: ghcr.io/labring/fastgpt:v4.8.4 # git - # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.4 # 阿里云 + image: ghcr.io/labring/fastgpt:v4.8.5 # git + # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.5 # 阿里云 ports: - 3000:3000 networks: diff --git a/files/docker/docker-compose-pgvector.yml b/files/docker/docker-compose-pgvector.yml index 4699690b3b5..fb25835f2df 100644 --- a/files/docker/docker-compose-pgvector.yml +++ b/files/docker/docker-compose-pgvector.yml @@ -72,15 +72,15 @@ services: # fastgpt sandbox: container_name: sandbox - image: ghcr.io/labring/fastgpt-sandbox:v4.8.4 # git - # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.4 # 阿里云 + image: ghcr.io/labring/fastgpt-sandbox:latest # git + # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:latest # 阿里云 networks: - fastgpt restart: always fastgpt: container_name: fastgpt - image: ghcr.io/labring/fastgpt:v4.8.4 # git - # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.4 # 阿里云 + image: ghcr.io/labring/fastgpt:v4.8.5 # git + # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.5 # 阿里云 ports: - 3000:3000 networks: @@ -118,8 +118,8 @@ services: # oneapi mysql: - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/mysql:8.0.36 # 阿里云 - # image: mysql:8.0.36 + # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/mysql:8.0.36 # 阿里云 + image: mysql:8.0.36 container_name: mysql restart: always ports: diff --git a/files/docker/docker-compose-zilliz.yml b/files/docker/docker-compose-zilliz.yml index aa15b54b66e..99fab9e02dc 100644 --- a/files/docker/docker-compose-zilliz.yml +++ b/files/docker/docker-compose-zilliz.yml @@ -53,15 +53,15 @@ services: wait $$! sandbox: container_name: sandbox - image: ghcr.io/labring/fastgpt-sandbox:v4.8.4 # git - # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.4 # 阿里云 + image: ghcr.io/labring/fastgpt-sandbox:latest # git + # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:latest # 阿里云 networks: - fastgpt restart: always fastgpt: container_name: fastgpt - image: ghcr.io/labring/fastgpt:v4.8.4 # git - # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.4 # 阿里云 + image: ghcr.io/labring/fastgpt:v4.8.5 # git + # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.5 # 阿里云 ports: - 3000:3000 networks: