Skip to content

Commit

Permalink
squash
Browse files Browse the repository at this point in the history
  • Loading branch information
bboinay committed Aug 19, 2024
1 parent 9c904ed commit 64a2801
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions evals/evals.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def get_chat_history():
'context': tuple[2]['context'],
'faithfulness': tuple[2]['scores']['faithfulness'],
'answer_relevancy': tuple[2]['scores']['answer_relevancy'],
'context_relevancy': tuple[2]['scores']['context_relevancy'] or "N/A",
}
json_data_list.append(json_data)

Expand Down

0 comments on commit 64a2801

Please sign in to comment.