Merge branch 'feature/knowledge_lxc' into release/v0.2.4

This commit is contained in:
lixiangcheng1
2026-02-10 14:17:22 +08:00
5 changed files with 83 additions and 13 deletions

View File

@@ -19,7 +19,7 @@ class Document(Base):
parser_config = Column(JSON, nullable=False,
default={
"layout_recognize": "DeepDOC",
"chunk_token_num": 128,
"chunk_token_num": 130,
"delimiter": "\n",
"auto_keywords": 0,
"auto_questions": 0,