mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 12:32:30 +08:00
Fix: video file suffix (#10740)
### What problem does this PR solve? ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -144,7 +144,8 @@ class ParserParam(ProcessParamBase):
|
||||
"video": {
|
||||
"suffix":[
|
||||
"mp4",
|
||||
"av"
|
||||
"avi",
|
||||
"mkv"
|
||||
],
|
||||
"output_format": "json",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user