Manticore Search Adds Native Document Chunking for Vector Columns
September 17, 2026
Manticore Search now supports automatic chunking via a chunk_strategy parameter in CREATE TABLE definitions. This prevents data loss in long documents where the embedding model's token window is smaller than the input text.
HOW THIS AFFECTS YOU
●
builderYou can now handle long-form documentation search without manually managing text splitting and embedding pipelines.