mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-30 02:12:38 +00:00

* Time granularity and Table of a single model (#4990) * Aiproxy ModelBoard * Add components LineChartComponent and Make some revisions * Time granularity and Table of a single model * Modify the logic and sort the tables in ascending or descending order * Use theme and present in seconds * Add the channel name section (#5005) * Add components LineChartComponent and Make some revisions * Time granularity and Table of a single model * Modify the logic and sort the tables in ascending or descending order * Add the channel name section * The channel_name is transmitted from the outer layer * Restore the channel * perf: dashboard code * perf: ai proxy monitor * code --------- Co-authored-by: Zhuangzai fa <143257420+ctrlz526@users.noreply.github.com>
721 B
721 B
title, description, icon, draft, toc, weight
title | description | icon | draft | toc | weight |
---|---|---|---|---|---|
V4.9.12(进行中) | FastGPT V4.9.12 更新说明 | upgrade | false | true | 788 |
🚀 新增内容
- AI proxy 监控完善,支持以图表/表格形式查看模型调用和性能情况。
- 商业版支持知识库分块时,LLM 进行自动分段识别。
⚙️ 优化
- 密码校验时,增加更多的特殊字符
- 后端全量计算知识库 chunk 参数,避免自动模式下部分参数未正确使用默认值。
- 将文本分块移至 worker 线程,避免阻塞。
- 展示更多套餐用量信息。
🐛 修复
- 自定义问答提取提示词被覆盖。
- 模板导入时,存在空 indexes 时,导致数据插入失败。