We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f01003 commit 2443bc6Copy full SHA for 2443bc6
src/cleanlab_tlm/utils/rag.py
@@ -706,7 +706,7 @@ class EvalMetric(TypedDict):
706
score (float, optional): score between 0-1 corresponding to the evaluation metric.
707
A higher score indicates a higher rating for the specific evaluation criteria being measured.
708
709
- log (dict, optional): additional logs and metadata, reported only if the `log` key was specified in `TLMOptions`.
+ log (dict, optional): additional logs and metadata, reported only if the `log` key was specified in [TLMOptions](../tlm/#class-tlmoptions).
710
"""
711
712
score: Optional[float]
0 commit comments