> ## 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-recursive.mdx" />
