org.llm4s.rag.loader.LoadingConfig
See theLoadingConfig companion object
final case class LoadingConfig(failFast: Boolean, useHints: Boolean, skipEmptyDocuments: Boolean, enableVersioning: Boolean, parallelism: Int, batchSize: Int)
Configuration for document loading behavior.
Controls how documents are loaded, processed, and tracked by the RAG pipeline.
Value parameters
- batchSize
-
Documents per embedding batch
- enableVersioning
-
Track versions for sync operations
- failFast
-
Stop on first error vs continue and collect all errors
- parallelism
-
Maximum concurrent document processing
- skipEmptyDocuments
-
Whether to skip documents with empty content
- useHints
-
Whether to use loader hints for processing
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article