refs #739: seed verified Smilegate QA few-shot candidates
This commit is contained in:
@@ -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
|
||||
)));
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
))
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user