Skipped

org.llm4s.rag.loader.LoadResult.Skipped
final case class Skipped(source: String, reason: String) extends LoadResult

Document was intentionally skipped.

Value parameters

reason

Why the document was skipped

source

Identifier for the skipped source

Attributes

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

Members list

Value members

Concrete methods

override def isSkipped: Boolean

Attributes

Definition Classes
def isSuccess: Boolean

Inherited methods

def isFailure: Boolean

Attributes

Inherited from:
LoadResult
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def toOption: Option[Document]

Get document if successful

Get document if successful

Attributes

Inherited from:
LoadResult