> ## 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.

# Agentic Chunking

Agentic chunking 是一种智能化的文档分割方法，它利用模型来确定文本中的自然断点，从而将文档拆分成更小的块。
它不像按固定字符数分割文本，而是分析内容以查找语义上有意义的边界，例如段落分隔和主题过渡。

<Snippet file="chunking-agentic.mdx" />
