mirror of
https://github.com/labring/FastGPT.git
synced 2025-12-25 20:02:47 +00:00
doc (#5271)
Some checks are pending
Deploy doc image to cf / deploy-production (push) Waiting to run
Deploy doc image by kubeconfig / build-fastgpt-docs-images (push) Waiting to run
Deploy doc image by kubeconfig / update-docs-image (push) Blocked by required conditions
Build FastGPT images in Personal warehouse / get-vars (push) Waiting to run
Build FastGPT images in Personal warehouse / build-fastgpt-images (map[arch:amd64 runs-on:ubuntu-24.04]) (push) Blocked by required conditions
Build FastGPT images in Personal warehouse / build-fastgpt-images (map[arch:arm64 runs-on:ubuntu-24.04-arm]) (push) Blocked by required conditions
Build FastGPT images in Personal warehouse / release-fastgpt-images (push) Blocked by required conditions
Some checks are pending
Deploy doc image to cf / deploy-production (push) Waiting to run
Deploy doc image by kubeconfig / build-fastgpt-docs-images (push) Waiting to run
Deploy doc image by kubeconfig / update-docs-image (push) Blocked by required conditions
Build FastGPT images in Personal warehouse / get-vars (push) Waiting to run
Build FastGPT images in Personal warehouse / build-fastgpt-images (map[arch:amd64 runs-on:ubuntu-24.04]) (push) Blocked by required conditions
Build FastGPT images in Personal warehouse / build-fastgpt-images (map[arch:arm64 runs-on:ubuntu-24.04-arm]) (push) Blocked by required conditions
Build FastGPT images in Personal warehouse / release-fastgpt-images (push) Blocked by required conditions
This commit is contained in:
parent
13b7e0a192
commit
d0730e665d
|
|
@ -31,6 +31,7 @@ EVAL_LINE_LIMIT=1000 # 评估文件最大行数
|
|||
|
||||
1. 移除所有**开源功能**的限制,包括:应用数量和知识库数量上限。
|
||||
2. 调整 RoadMap,增加`上下文管理`,`AI 生成工作流`,`高级编排 DeBug 调试模式`等计划。
|
||||
3. 海外版域名将`tryfastgpt.ai`调整成`fastgpt.io`。
|
||||
|
||||
## 🚀 新增内容
|
||||
|
||||
|
|
@ -43,7 +44,7 @@ EVAL_LINE_LIMIT=1000 # 评估文件最大行数
|
|||
|
||||
## ⚙️ 优化
|
||||
|
||||
1. 优化代码,避免递归造成的内存堆积。
|
||||
1. 优化代码,避免递归造成的内存堆积,尤其在高并发连续的进行知识库预处理时,可显著降低内存消耗。
|
||||
2. 知识库训练:支持全部重试当前集合异常数据。
|
||||
3. 工作流 valueTypeFormat,避免数据类型不一致。
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue