Strategy

org.llm4s.chunking.ChunkerFactory.Strategy
See theStrategy companion trait
object Strategy

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Strategy.type

Members list

Type members

Classlikes

case object Markdown extends Strategy

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Strategy
class Object
trait Matchable
class Any
Show all
Self type
Markdown.type
case object Semantic extends Strategy

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Strategy
class Object
trait Matchable
class Any
Show all
Self type
Semantic.type
case object Sentence extends Strategy

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Strategy
class Object
trait Matchable
class Any
Show all
Self type
Sentence.type
case object Simple extends Strategy

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Strategy
class Object
trait Matchable
class Any
Show all
Self type
Simple.type

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 fromString(s: String): Option[Strategy]

Concrete fields

val all: Seq[Strategy]