EmbeddingDistance: EvalConfig & EmbeddingDistanceEvalChainInput & {
    evaluatorType: "embedding_distance";
}

Configuration to load a "EmbeddingDistanceEvalChain" evaluator, which embeds distances to score semantic difference between a prediction and reference.

Type declaration

  • evaluatorType: "embedding_distance"

Generated using TypeDoc