File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments