Package io.micronaut.langchain4j.evaluation


@NullMarked package io.micronaut.langchain4j.evaluation
Evaluation utilities for testing AI responses.
Since:
2.1.1
  • Class
    Description
    Captures the prompt, optional context, and generated response for an evaluation.
    Represents the result of an evaluation.
    Evaluates an AI response against a request.
    Evaluates whether the generated response is grounded in the supplied context.
    Base class for evaluators that use a judge model.
    Evaluates whether the generated response is relevant to the user request.