Skip to content

Commit 8591b10

Browse files
committed
docs(api): note chunking is enabled by default where it is
1 parent c90fdb4 commit 8591b10

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

openapi.yaml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -966,7 +966,10 @@ components:
966966
967967
If `null`, the texts will not be chunked and will instead be truncated
968968
to the maximum input length of the model less overhead if found to exceed
969-
that limit.'
969+
that limit.
970+
971+
972+
Chunking is enabled by default.'
970973
examples:
971974
- size: null
972975
overlap_ratio: null
@@ -1528,7 +1531,10 @@ components:
15281531
15291532
If `null`, the texts will not be chunked and will instead be truncated
15301533
to the maximum input length of the reranker less overhead if found to
1531-
exceed that limit.'
1534+
exceed that limit.
1535+
1536+
1537+
Chunking is enabled by default.'
15321538
examples:
15331539
- size: null
15341540
overlap_ratio: null
@@ -1900,7 +1906,10 @@ components:
19001906
19011907
If `null`, the texts will not be chunked and will instead be truncated
19021908
to the maximum input length of the model less overhead if found to exceed
1903-
that limit.'
1909+
that limit.
1910+
1911+
1912+
Chunking is enabled by default.'
19041913
examples:
19051914
- size: 512
19061915
overlap_ratio: null

0 commit comments

Comments
 (0)