Skip to content

Commit f7d037f

Browse files
committed
fix: data type of overlap_all parameter
1 parent 99fff81 commit f7d037f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
"example": 25
222222
},
223223
"overlap_all": {
224-
"type": "bool",
224+
"type": "boolean",
225225
"title": "Inter-chunk overlap",
226226
"description": "When True, overlap is also applied to 'normal' chunks formed by combining whole elements. Use with caution as this can introduce noise into otherwise clean semantic units. Default: None",
227227
"example": 1500

0 commit comments

Comments
 (0)