ExtractionResult

org.llm4s.rag.loader.internal.HtmlContentExtractor.ExtractionResult
final case class ExtractionResult(title: String, content: String, links: Seq[String], description: Option[String])

Result of extracting content from an HTML page.

Value parameters

content

Clean text content

description

Meta description if available

links

Discovered links on the page

title

Page title

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product