Package dev.langchain4j.classification
package dev.langchain4j.classification
-
ClassDescriptionRepresent the result of classification.A
TextClassifier
that uses anEmbeddingModel
and predefined examples to perform classification.ScoredLabel<L>Represents a classification label with score.Classifies a given text based on a set of labels.