Chunking Config
@Serializable
Config for telling the service how to chunk the data.
Constructors
Link copied to clipboard
constructor(chunkSize: Int? = null, chunkOverlap: Int? = null, whiteSpaceConfig: WhiteSpaceConfig? = null)