Skip to main content

Weaviate Knowledge Cards

Unlock the power of vector search. Our guides will help you conquer vector embeddings and build better AI applications.

Chunking Techniques
Recursive Chunking

Recursive Chunking

Text is initially split using a primary separator, like paragraphs. If the resulting chunks are too large, secondary separators, like sentences, are applied recursively until the desired chunk size is achieved. This technique respects the document's structure and is flexible for various use cases.

2 of 5