ChunkOptions
type ChunkOptions = object;Properties
Section titled “Properties”maxChars?
Section titled “maxChars?”optional maxChars?: number;Maximum characters per chunk. Honored by character-based chunkers.
maxTokens?
Section titled “maxTokens?”optional maxTokens?: number;Maximum tokens per chunk. Honored by token-aware chunkers; ignored elsewhere.
overlapChars?
Section titled “overlapChars?”optional overlapChars?: number;Character overlap between consecutive chunks. Honored by character-based chunkers.
overlapTokens?
Section titled “overlapTokens?”optional overlapTokens?: number;Token overlap between consecutive chunks. Honored by token-aware chunkers; ignored elsewhere.