mirror of
https://gitee.com/dify_ai/dify.git
synced 2024-12-03 03:38:08 +08:00
fix: tran list issue (#7009)
Co-authored-by: libing <libing@healink.cn>
This commit is contained in:
parent
28d4e5b045
commit
eece50acec
@ -63,7 +63,7 @@ class FixedRecursiveCharacterTextSplitter(EnhanceRecursiveCharacterTextSplitter)
|
||||
if self._fixed_separator:
|
||||
chunks = text.split(self._fixed_separator)
|
||||
else:
|
||||
chunks = list(text)
|
||||
chunks = [text]
|
||||
|
||||
final_chunks = []
|
||||
for chunk in chunks:
|
||||
|
Loading…
Reference in New Issue
Block a user