ByTags

org.llm4s.eval.dataset.ExampleSelector.ByTags
final case class ByTags(tags: Set[String]) extends ExampleSelector

Returns examples that have at least one tag in common with tags. An empty tags set always produces an empty result.

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