Learn about the available chunking strategies.Documentation Index
Fetch the complete documentation index at: https://docs.unstructured.io/llms.txt
Use this file to discover all available pages before exploring further.
| Node | Description |
|---|---|
| Chunk by Character | Combines elements within hard and soft character limits, without using section or page boundaries. |
| Chunk by Title | Preserves section boundaries by starting a new chunk at each Title element. |
| Chunk by Page | Preserves page boundaries, ensuring no chunk spans more than one page. |
| Chunk by Similarity | Groups topically similar consecutive elements into chunks using an embedding model. |

