Manticore allows users to build search over internal documentation by adding a chunk_strategy option to a vector column, which splits documents into chunks and embeds each one for more accurate search results. The strategy can be set to truncate, mean, fixed, recursive, or sentence-based chunking with various overlap settings and max_tokens limits to optimize performance for different ...