mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-31 03:22:18 +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>
25 lines
721 B
Markdown
25 lines
721 B
Markdown
---
|
||
title: 'V4.9.12(进行中)'
|
||
description: 'FastGPT V4.9.12 更新说明'
|
||
icon: 'upgrade'
|
||
draft: false
|
||
toc: true
|
||
weight: 788
|
||
---
|
||
|
||
## 🚀 新增内容
|
||
|
||
1. AI proxy 监控完善,支持以图表/表格形式查看模型调用和性能情况。
|
||
2. 商业版支持知识库分块时,LLM 进行自动分段识别。
|
||
|
||
## ⚙️ 优化
|
||
|
||
1. 密码校验时,增加更多的特殊字符
|
||
2. 后端全量计算知识库 chunk 参数,避免自动模式下部分参数未正确使用默认值。
|
||
3. 将文本分块移至 worker 线程,避免阻塞。
|
||
4. 展示更多套餐用量信息。
|
||
|
||
## 🐛 修复
|
||
|
||
1. 自定义问答提取提示词被覆盖。
|
||
2. 模板导入时,存在空 indexes 时,导致数据插入失败。 |