Skip to content

Commit f7b0f38

Browse files
authored
[OPIK-6146] [BE] fix: add 3 more demo dataset names to DemoData exclusion list (#6438)
1 parent 646174e commit f7b0f38

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • apps/opik-backend/src/main/java/com/comet/opik/domain

apps/opik-backend/src/main/java/com/comet/opik/domain/DemoData.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ public class DemoData {
2121

2222
/** MySQL (utf8mb4_unicode_ci) — matching is case-insensitive, no need for case variants. */
2323
public static final List<String> DATASETS = List.of("Demo dataset", "Opik Demo Questions",
24-
"Demo - Opik Chatbot", "Demo - Jailbreak Password", "Demo - Customer Message Classifier");
24+
"Demo - Opik Chatbot", "Demo - Jailbreak Password", "Demo - Customer Message Classifier",
25+
"Opik Demo Chatbot Training", "Opik Demo Text to SQL", "Opik Demo Structured Output");
2526

2627
/** ClickHouse — matching is case-sensitive, list every known casing explicitly. */
2728
public static final List<String> EXPERIMENTS = List.of(

0 commit comments

Comments
 (0)