refs #739: seed verified Smilegate QA few-shot candidates

This commit is contained in:
devmrko
2026-07-28 12:34:40 +09:00
parent 154572c885
commit 5409a29297
7 changed files with 345 additions and 1 deletions

View File

@@ -363,7 +363,8 @@ class McpSseServiceTest {
this.topK = topK;
return new VectorSearchResult(question, topK, java.util.List.of(new VectorExample(
42L, "active user count", "SELECT COUNT(*) FROM APP_USER", "AU count",
"cohere.embed-v4.0", "SQL_TEMPLATE", "ANY", null, 0.12
"cohere.embed-v4.0", "SQL_TEMPLATE", "ANY", null,
"STD-13", "CUSTOMER_QA_BENCHMARK", 0.12
)));
}

View File

@@ -20,6 +20,8 @@ class SelectAiFewShotPromptTest {
"SQL_TEMPLATE",
"SINGLE",
"GAME_USER_MASTER",
"STD-16",
"CUSTOMER_QA_BENCHMARK",
0.01
))
);
@@ -46,6 +48,8 @@ class SelectAiFewShotPromptTest {
"NO_TARGET",
"NONE",
null,
null,
null,
0.01
))
);