mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-29 09:44:47 +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:
@@ -211,7 +211,8 @@ export enum DataChunkSplitModeEnum {
|
||||
}
|
||||
export enum ParagraphChunkAIModeEnum {
|
||||
auto = 'auto',
|
||||
force = 'force'
|
||||
force = 'force',
|
||||
forbid = 'forbid'
|
||||
}
|
||||
|
||||
/* ------------ data -------------- */
|
||||
|
Reference in New Issue
Block a user