fix: 处理多文档时文件内容提取不正确的问题

v3.2
CaptainB 2024-11-14 14:45:58 +08:00 committed by 刘瑞斌
parent 10e53f08e2
commit 359dc9f3ee
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ class BaseDocumentExtractNode(IDocumentExtractNode):
buffer.seek(0)
file_content = split_handle.get_content(buffer)
content += spliter + '## ' + doc['name'] + '\n' + file_content
return NodeResult({'content': content}, {})
break
return NodeResult({'content': content}, {})