Fix: create KB initial embedding. (#10751)

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
Kevin Hu
2025-10-23 16:17:43 +08:00
committed by GitHub
parent 37004ecfb3
commit 5fb5a51b2e
2 changed files with 3 additions and 3 deletions

View File

@ -139,7 +139,7 @@ class ParserParam(ProcessParamBase):
"oggvorbis",
"ape"
],
"output_format": "json",
"output_format": "text",
},
"video": {
"suffix":[
@ -147,7 +147,7 @@ class ParserParam(ProcessParamBase):
"avi",
"mkv"
],
"output_format": "json",
"output_format": "text",
},
}