Files
FastGPT/docSite/content/zh-cn/docs/development/upgrading/4910.md
Archer 1dac2b70ec perf: stream timeout;feat: hnsw max_scan_tuples config;fix: fulltext search merge error (#4838)
* perf: stream timeout

* feat: hnsw max_scan_tuples config

* fix: fulltext search merge error

* perf: jieba code
2025-05-20 09:59:24 +08:00

386 B
Raw Blame History

title, description, icon, draft, toc, weight
title description icon draft toc weight
V4.9.10(进行中) FastGPT V4.9.10 更新说明 upgrade false true 790

🚀 新增内容

  1. 支持 PG 设置systemEnv.hnswMaxScanTuples参数,提高迭代搜索的数据总量。

⚙️ 优化

  1. LLM stream调用默认超时调大。

🐛 修复

  1. 全文检索多知识库时排序得分排序不正确