diff --git a/deploy/docker/yml.js b/deploy/docker/yml.js index c5a4fa8ea..20d79c7ba 100644 --- a/deploy/docker/yml.js +++ b/deploy/docker/yml.js @@ -95,8 +95,8 @@ services: fastgpt: container_name: fastgpt - image: ghcr.io/labring/fastgpt:v4.10.1-fix3 # git - # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.10.1-fix3 # 阿里云 + image: ghcr.io/labring/fastgpt:v4.11.0 # git + # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.11.0 # 阿里云 ports: - 3000:3000 networks: @@ -169,8 +169,8 @@ services: environment: - FASTGPT_ENDPOINT=http://fastgpt:3000 fastgpt-plugin: - image: ghcr.io/labring/fastgpt-plugin:v0.1.3 # git - # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.3 # 阿里云 + image: ghcr.io/labring/fastgpt-plugin:v0.1.4 # git + # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.4 # 阿里云 container_name: fastgpt-plugin restart: always networks: diff --git a/docSite/content/zh-cn/docs/development/upgrading/4110.md b/docSite/content/zh-cn/docs/development/upgrading/4110.md index d0f207d6a..e665ac6e4 100644 --- a/docSite/content/zh-cn/docs/development/upgrading/4110.md +++ b/docSite/content/zh-cn/docs/development/upgrading/4110.md @@ -1,5 +1,5 @@ --- -title: 'V4.11.0(进行中)' +title: 'V4.11.0' description: 'FastGPT V4.11.0 更新说明' icon: 'upgrade' draft: false @@ -7,7 +7,7 @@ toc: true weight: 783 --- - +- AIProxy 无需更新 ## 项目调整 @@ -47,6 +47,7 @@ EVAL_LINE_LIMIT=1000 # 评估文件最大行数 1. 优化代码,避免递归造成的内存堆积,尤其在高并发连续的进行知识库预处理时,可显著降低内存消耗。 2. 知识库训练:支持全部重试当前集合异常数据。 3. 工作流 valueTypeFormat,避免数据类型不一致。 +4. 知识库列表搜索时,正则未进行特殊词替换。 ## 🐛 修复