Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions rag_experiment_accelerator/evaluation/llm_based_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ def lower_and_strip(text):
"""
if text is None:
return ""
else:
return text.lower().strip()
return text.lower().strip()


def llm_answer_relevance(
Expand Down