DocumentHints

org.llm4s.rag.loader.DocumentHints
See theDocumentHints companion class
object DocumentHints

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

Hint for code-heavy documents

Hint for code-heavy documents

Attributes

Hint to use markdown chunking

Hint to use markdown chunking

Attributes

Hint to use sentence chunking (good for prose)

Hint to use sentence chunking (good for prose)

Attributes

def rateLimited(batchSize: Int): DocumentHints

Hint for rate-limited sources

Hint for rate-limited sources

Attributes

def skip(reason: String): DocumentHints

Hint to skip this document

Hint to skip this document

Attributes

Concrete fields