WebCrawlerLoader

org.llm4s.rag.loader.WebCrawlerLoader
See theWebCrawlerLoader companion class

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply(url: String): WebCrawlerLoader

Create a crawler with a single seed URL.

Create a crawler with a single seed URL.

Attributes

def apply(urls: String*): WebCrawlerLoader

Create a crawler with multiple seed URLs.

Create a crawler with multiple seed URLs.

Attributes

def forDocs(url: String): WebCrawlerLoader

Create a crawler for documentation sites. Uses polite configuration with longer delays.

Create a crawler for documentation sites. Uses polite configuration with longer delays.

Attributes

def singlePage(url: String): WebCrawlerLoader

Create a single-page loader (no link following). Useful when you just want to convert a specific page.

Create a single-page loader (no link following). Useful when you just want to convert a specific page.

Attributes