org.llm4s.rag.embed.TextChunkingConfig
See theTextChunkingConfig companion object
Controls how extracted text is split before embedding.
Value parameters
- enabled
-
When
false, the full extracted text is embedded as a single unit. - overlap
-
Number of characters shared between adjacent chunks, to preserve context at chunk boundaries.
- size
-
Target chunk size in characters.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article