mirror of
https://github.com/labring/FastGPT.git
synced 2026-01-27 01:19:52 +08:00
fix: document deploy (#5868)
* mcp memory * Editor space parse error * fix: ts * fix: debug interactive * fix: templateId * fix: editor in debug * doc
This commit is contained in:
@@ -97,7 +97,7 @@ ${mdSplitString}
|
||||
if (chunkLength > maxSize) {
|
||||
const newChunks = commonSplit({
|
||||
...props,
|
||||
text: chunk
|
||||
text: chunk.replace(defaultChunk, '').trim()
|
||||
}).chunks;
|
||||
chunks.push(...newChunks);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user