mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-19 18:44:17 +00:00
perf: password special chars;feat: llm paragraph;perf: chunk setting params;perf: text splitter worker (#4984)
* perf: password special chars * feat: llm paragraph;perf: chunk setting params * perf: text splitter worker * perf: get rawtext buffer * fix: test * fix: test * doc * min chunk size
This commit is contained in:
22
docSite/content/zh-cn/docs/development/upgrading/4912.md
Normal file
22
docSite/content/zh-cn/docs/development/upgrading/4912.md
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
title: 'V4.9.11(进行中)'
|
||||
description: 'FastGPT V4.9.12 更新说明'
|
||||
icon: 'upgrade'
|
||||
draft: false
|
||||
toc: true
|
||||
weight: 789
|
||||
---
|
||||
|
||||
## 🚀 新增内容
|
||||
|
||||
1. 商业版支持知识库分块时,LLM 进行自动分段识别。
|
||||
|
||||
## ⚙️ 优化
|
||||
|
||||
1. 密码校验时,增加更多的特殊字符
|
||||
2. 后端全量计算知识库 chunk 参数,避免自动模式下部分参数未正确使用默认值。
|
||||
3. 将文本分块移至 worker 线程,避免阻塞。
|
||||
|
||||
## 🐛 修复
|
||||
|
||||
1. 自定义问答提取提示词被覆盖。
|
Reference in New Issue
Block a user