Skip to content

Commit e051b4c

Browse files
committed
chore: follow ups from #2769
1 parent 024095c commit e051b4c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

components/Glossary.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ const glossaryTerms: GlossaryTerm[] = [
383383
{
384384
term: "Score",
385385
id: "score",
386-
definition: "The output of an evaluation. Scores can be numeric, categorical, or boolean and are assigned to traces, observations, sessions, or dataset runs.",
386+
definition: "The output of an evaluation. Scores can be numeric, categorical, boolean, or text and are assigned to traces, observations, sessions, or dataset runs.",
387387
link: "/docs/evaluation/scores/data-model#scores",
388388
categories: ["EVALUATION"],
389389
relatedTerms: ["Score Config", "Evaluator", "LLM-as-a-Judge", "Annotation Queue"],

lib/redirects.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1093,6 +1093,14 @@ const evaluationMethodsRestructure202512 = [
10931093
"/docs/evaluation/evaluation-methods/data-model#score-config",
10941094
"/docs/evaluation/scores/data-model#score-config",
10951095
],
1096+
[
1097+
"/docs/evaluation/experiments/data-model#scores",
1098+
"/docs/evaluation/scores/data-model#scores",
1099+
],
1100+
[
1101+
"/docs/evaluation/experiments/data-model#score-config",
1102+
"/docs/evaluation/scores/data-model#score-config",
1103+
],
10961104
// Score analytics moved to scores section
10971105
[
10981106
"/docs/evaluation/evaluation-methods/score-analytics",

0 commit comments

Comments
 (0)