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
|
||||
)));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user