toggle menu
Embabel Agent Documentation
JVM
switch theme
search in API
Embabel Agent Documentation
/
com.embabel.agent.rag.ingestion
/
ContentChunker
/
DefaultConfig
Default
Config
data
class
DefaultConfig
constructor
(
val
maxChunkSize
:
Int
=
1500
,
val
overlapSize
:
Int
=
200
)
:
ContentChunker.Config
Configuration for the splitter
Members
Constructors
Default
Config
Link copied to clipboard
constructor
(
maxChunkSize
:
Int
=
1500
,
overlapSize
:
Int
=
200
)
Properties
max
Chunk
Size
Link copied to clipboard
open
override
val
maxChunkSize
:
Int
=
1500
overlap
Size
Link copied to clipboard
open
override
val
overlapSize
:
Int
=
200