- Updated the decomposeDocuments method in PresentationGenerationApi to accept an optional language parameter. - Modified the UploadPage component to pass the selected language from the config when calling the decomposeDocuments method.
8 lines
148 B
JSON
8 lines
148 B
JSON
{
|
|
"name": "presenton-document-extraction",
|
|
"private": true,
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@llamaindex/liteparse": "^1.4.0"
|
|
}
|
|
}
|