fix: err tip (#3666)

* fix: err tip

* perf: training queue

* doc
This commit is contained in:
Archer
2025-01-25 14:10:56 +08:00
committed by GitHub
parent 92105e9a0b
commit ab0fc517dc
13 changed files with 67 additions and 76 deletions

View File

@@ -34,4 +34,5 @@ curl --location --request POST 'https://{{host}}/api/admin/initv4820' \
2. 新增 - 使用记录导出和仪表盘。
3. 新增 - markdown 语法扩展,支持音视频(代码块 audio 和 video
4. 优化 - 页面组件抽离,减少页面组件路由。
5. 优化 - 全文检索,忽略大小写。
5. 优化 - 全文检索,忽略大小写。
6. 优化 - 问答生成和增强索引改成流输出,避免部分模型超时。