We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e513e83 + 68d368e commit fa8d242Copy full SHA for fa8d242
articles/ai-studio/how-to/develop/evaluate-sdk.md
@@ -432,8 +432,8 @@ result = evaluate(
432
},
433
# column mapping
434
evaluator_config={
435
- "column_mapping": {
436
- "relevance": {
+ "relevance": {
+ "column_mapping": {
437
"query": "${data.queries}"
438
"ground_truth": "${data.ground_truth}"
439
"response": "${outputs.response}"
@@ -560,8 +560,8 @@ result = evaluate(
560
"relevance": relevance_eval
561
562
563
564
- "default": {
+ "default": {
565
566
"context": "${outputs.context}"
567
0 commit comments