Package com.embabel.agent.rag.ingestion
Class ContentChunker.DefaultConfig
-
- All Implemented Interfaces:
-
com.embabel.agent.rag.ingestion.ContentChunker.Config
public final class ContentChunker.DefaultConfig implements ContentChunker.Config
Configuration for the splitter
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegermaxChunkSizeprivate final IntegeroverlapSize
-
Constructor Summary
Constructors Constructor Description ContentChunker.DefaultConfig(Integer maxChunkSize, Integer overlapSize)ContentChunker.DefaultConfig(Integer maxChunkSize)ContentChunker.DefaultConfig()
-
Method Summary
Modifier and Type Method Description IntegergetMaxChunkSize()IntegergetOverlapSize()-
-
Method Detail
-
getMaxChunkSize
Integer getMaxChunkSize()
-
getOverlapSize
Integer getOverlapSize()
-
-
-
-