Capability
Custom Metric Definition And Aggregation
20 artifacts provide this capability.
Want a personalized recommendation?
Find the best match →Top Matches
via “metric composition and custom criteria evaluation”
RAG evaluation framework — faithfulness, relevancy, context precision/recall metrics.
Unique: Metric system uses inheritance hierarchy (Metric → SingleTurnMetric → specific implementations) with PromptMixin for dynamic prompt management and Instructor adapter for structured output. Supports metric training/alignment workflows to calibrate custom metrics against human judgments.
vs others: More flexible than fixed metric suites because metrics are composable Python objects with pluggable LLM backends, enabling domain-specific evaluation without forking the framework.