What is the Chunking and Cleaning Strategy?
\n
, which means the text will be chunked by paragraphs. You can customize chunking rules using regex. The system will automatically execute chunking whenever it detects the specified delimiter. For example, means chunk the text by sentences.
\n
, which chunks text by paragraphs. You can customize the chunking rules using regex. The system automatically chunks the text whenever the specified delimiter appears.