Uses of Interface
org.springframework.ai.evaluation.Evaluator
Packages that use Evaluator
Package
Description
The org.sf.ai.chat package represents the bounded context for the Chat Model within the
AI generative model domain.
-
Uses of Evaluator in org.springframework.ai.chat.evaluation
Classes in org.springframework.ai.chat.evaluation that implement EvaluatorModifier and TypeClassDescriptionclassImplementation ofEvaluatorused to evaluate the factual accuracy of Large Language Model (LLM) responses against provided context.classEvaluates the relevancy of a response to a query based on the context provided.