ChunkingConfig

org.llm4s.chunking.ChunkingConfig
See theChunkingConfig companion class

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete fields

Default configuration: 800 char target, 150 overlap

Default configuration: 800 char target, 150 overlap

Attributes

Large chunks for broader context: 1500 char target, 250 overlap

Large chunks for broader context: 1500 char target, 250 overlap

Attributes

No overlap configuration

No overlap configuration

Attributes

Small chunks for detailed retrieval: 400 char target, 75 overlap

Small chunks for detailed retrieval: 400 char target, 75 overlap

Attributes