Fix: add video parser (#10735)

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
Kevin Hu
2025-10-23 09:24:16 +08:00
committed by GitHub
parent 15fff5724e
commit de4f75dcd8
2 changed files with 26 additions and 3 deletions

View File

@ -70,6 +70,7 @@ def create():
e, t = TenantService.get_by_id(current_user.id)
if not e:
return get_data_error_result(message="Tenant not found.")
req["embd_id"] = t.embd_id
req["parser_config"] = {
"layout_recognize": "DeepDOC",
"chunk_token_num": 512,