[fix] parse excel

This commit is contained in:
lixiangcheng1
2026-02-10 14:05:01 +08:00
parent e3074b833f
commit 26abf7b586
3 changed files with 5 additions and 5 deletions

View File

@@ -495,7 +495,7 @@ def sync_knowledge_for_kb(kb_id: uuid.UUID):
parser_id="naive",
parser_config={
"layout_recognize": "DeepDOC",
"chunk_token_num": 128,
"chunk_token_num": 130,
"delimiter": "\n",
"auto_keywords": 0,
"auto_questions": 0,
@@ -658,7 +658,7 @@ def sync_knowledge_for_kb(kb_id: uuid.UUID):
parser_id="naive",
parser_config={
"layout_recognize": "DeepDOC",
"chunk_token_num": 128,
"chunk_token_num": 130,
"delimiter": "\n",
"auto_keywords": 0,
"auto_questions": 0,
@@ -811,7 +811,7 @@ def sync_knowledge_for_kb(kb_id: uuid.UUID):
parser_id="naive",
parser_config={
"layout_recognize": "DeepDOC",
"chunk_token_num": 128,
"chunk_token_num": 130,
"delimiter": "\n",
"auto_keywords": 0,
"auto_questions": 0,