Capability
Custom Metric Collection
10 artifacts provide this capability.
Want a personalized recommendation?
Find the best match →Top Matches
via “custom metric definition with schema-based validation”
LLM evaluation framework — 14+ metrics, faithfulness/hallucination detection, Pytest integration.
Unique: Provides a BaseMetric abstract class with a standardized measure() interface and optional schema validation, allowing custom metrics to be plugged into the evaluation pipeline without modifying core code; includes helper functions (e.g., G-Eval prompt templates) to reduce boilerplate for common metric patterns
vs others: More extensible than Ragas because it provides clear extension points (BaseMetric subclass) and helper utilities for common patterns, reducing the friction for implementing custom metrics