Skip to content

Commit

Permalink
Update src/phoenix/trace/evaluation_conventions.py
Browse files Browse the repository at this point in the history
Co-authored-by: Roger Yang <80478925+RogerHYang@users.noreply.github.com>
  • Loading branch information
mikeldking and RogerHYang authored Oct 24, 2023
1 parent 43a0b3b commit d119825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/phoenix/trace/evaluation_conventions.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# that are run on the spans to generate the evaluation results.


EVAL_DOCUMENT_RELEVANCY = "eval.document_relevancy"
EVAL_DOCUMENT_RELEVANCIES = "eval.document_relevancies"
"""
Attached to a document within a retriever span. An Int value of 1 or
0 indicating whether the document is relevant to the input query.
Expand Down

0 comments on commit d119825

Please sign in to comment.