Skip to main content

ChunkingModels

All registered ChunkingModel components in DashAI.

NameDescription
CharacterChunkModelChunking model that splits documents into chunks based on character count.
RecursiveCharacterChunkModelChunking model that recursively splits text using a prioritized list of separators.
TokenChunkModelChunking model that splits text into chunks based on token count.