- Context Adherence Plus
- Chunk Attribution & Utilization
- Completeness Plus
- Correctness
- The model that gets queried
- The number of times we prompt that model
Changing the model or number of judges of a Chainpoll metric
We allow customizing execution parameters for the AI-powered metrics from our Guardrail Store. By default, these metrics use gpt-4o-mini for the model and 3 judges (except for chunk attribution & utilization, which uses 1 judge and for which the number of judges cannot be customized). To customize this, when creating your run you can customize these metrics as:Customizable Metrics
The metrics that can be customized are:-
Chunk Attribution & Chunk Utilization:
pq.CustomizedScorerName.chunk_attribution_utilization_plus
-
Completeness:
pq.CustomizedScorerName.completeness_plus
-
Context Adherence:
pq.CustomizedScorerName.context_adherence_plus
-
Correctness:
pq.CustomizedScorerName.correctness
Models supported
- OpenAI or Azure models that use the Chat Completions API
- Gemini 1.5 Flash and Pro through VertexAI
Number of Judges supported
Judges can be set to integers between0
and 10
.
Note: Chunk Attribution and Chunk Utilization don’t benefit from increasing the number of judges.