We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63e037b commit ba94de6Copy full SHA for ba94de6
1 file changed
index.yaml
@@ -1,9 +1,16 @@
1
# AUTO-GENERATED by CI — do not edit manually.
2
# Source: .github/workflows/build-index.yaml
3
4
-generatedAt: "2026-03-23T09:41:13Z"
+generatedAt: "2026-03-26T15:28:07Z"
5
6
evaluators:
7
+ - name: bertscore
8
+ description: "Semantic similarity scoring using BERTScore (precision, recall, F1) between response and reference text"
9
+ language: python
10
+ path: evaluators/bertscore/bertscore.py
11
+ tags: ["semantic","similarity","bert","nlp"]
12
+ author: agentevals-dev
13
+ lastUpdated: "%Y->-T3de932c68f81803a9d4f3b27524dd53a59f45439:%M:HEADZ"
14
- name: contains
15
description: "Scores whether each final response contains a configured substring (case-sensitive or case-insensitive)"
16
language: python
0 commit comments