> ## Documentation Index
> Fetch the complete documentation index at: https://ikun.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# 固定大小分块

固定大小分块是一种将文档分割成指定大小的小块的方法，块之间可以有可选的重叠。
当你希望处理大型文档成更小、可管理的部分时，这会很有用。

<Snippet file="chunking-fixed-size.mdx" />
