LoadStats

org.llm4s.rag.loader.LoadStats
See theLoadStats companion object
final case class LoadStats(totalAttempted: Int, successful: Int, failed: Int, skipped: Int, errors: Seq[(String, LLMError)])

Aggregated loading statistics.

Value parameters

errors

List of error details for debugging

failed

Number that failed

skipped

Number intentionally skipped

successful

Number successfully loaded

totalAttempted

Total documents attempted to load

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def formattedErrors: String
def hasErrors: Boolean
def successRate: Double

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product