Skip to content

Commit 37ac79d

Browse files
committed
feat: import File model in zip_split_handle for enhanced functionality
--bug=1057478 --user=刘瑞斌 【知识库】通用知识库上传ZIP文件,分段失败 https://www.tapd.cn/62980211/s/1719181
1 parent 91dbe19 commit 37ac79d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/common/handle/impl/text/zip_split_handle.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
from common.handle.impl.text.xls_split_handle import XlsSplitHandle
2828
from common.handle.impl.text.xlsx_split_handle import XlsxSplitHandle
2929
from common.utils.common import parse_md_image
30+
from knowledge.models import File
3031

3132

3233
class FileBufferHandle:

0 commit comments

Comments
 (0)