OptionalenabledOptionalmaxMaximum tokens per chunk. The embedding model's context window is the hard ceiling. Default: 512.
OptionaloverlapNumber of tokens to overlap between consecutive chunks. Ensures context continuity at chunk boundaries. Default: 50.
OptionalstrategyChunking strategy:
Whether to enable chunking for long-form text content. When enabled, records with text exceeding
maxChunkTokensare split into multiple vectors with shared metadata. Default: false (entire rendered template = one vector).