mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-21 03:35:36 +00:00
521 B
521 B
title, description, icon, draft, toc, weight
title | description | icon | draft | toc | weight |
---|---|---|---|---|---|
V4.9.10(进行中) | FastGPT V4.9.10 更新说明 | upgrade | false | true | 790 |
🚀 新增内容
- 支持 PG 设置
systemEnv.hnswMaxScanTuples
参数,提高迭代搜索的数据总量。
⚙️ 优化
- LLM stream调用,默认超时调大。
- 部分确认交互优化。
🐛 修复
- 全文检索多知识库时排序得分排序不正确。
- 流响应捕获 finish_reason 可能不正确。
- 工具调用模式,未保存思考输出。