Skip to content

Commit b4a24ff

Browse files
Himanshi-MirosoftHimanshi Agrawal
andauthored
fix: Type JPG upload issue fix on explore page under admin (#1170)
Co-authored-by: Himanshi Agrawal <v-himagrawal@microsoft.com>
1 parent ed85f63 commit b4a24ff

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

code/backend/batch/utilities/helpers/config/default.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,17 @@
9696
"strategy": "layout"
9797
}
9898
},
99+
{
100+
"document_type": "jpeg",
101+
"chunking": {
102+
"strategy": "layout",
103+
"size": 500,
104+
"overlap": 100
105+
},
106+
"loading": {
107+
"strategy": "layout"
108+
}
109+
},
99110
{
100111
"document_type": "png",
101112
"chunking": {

0 commit comments

Comments
 (0)