ChunkingModels
All registered ChunkingModel components in DashAI.
| Name | Description |
|---|---|
| CharacterChunkModel | Chunking model that splits documents into chunks based on character count. |
| RecursiveCharacterChunkModel | Chunking model that recursively splits text using a prioritized list of separators. |
| TokenChunkModel | Chunking model that splits text into chunks based on token count. |