We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3e7177 commit e56f9d7Copy full SHA for e56f9d7
arthur_bench/scoring/qa_quality.py
@@ -84,6 +84,7 @@ def validate_batch(
84
"context is required for this scoring method. Please provide a "
85
"dataframe column or a list of your context strings in the Test Suite."
86
)
87
+ return input_text_batch, context_batch
88
89
async def arun_batch(
90
self,
0 commit comments