Skip to content

Commit 4930994

Browse files
committed
catalog gen ui tests fixed
1 parent 977f5ea commit 4930994

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

frontend/app/[locale]/(authenticated)/qa-catalogs/generate/page.test.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ describe("Synthetic QA Catalog Generation Page", () => {
150150
],
151151
sampleCount: 5,
152152
knowledgeGraphLocation: null,
153-
useExistingKnowledgeGraph: true,
154153
},
155154
modelConfigSchema: {
156155
type: "RAGAS",
@@ -176,7 +175,6 @@ describe("Synthetic QA Catalog Generation Page", () => {
176175
],
177176
sampleCount: 5,
178177
knowledgeGraphLocation: null,
179-
useExistingKnowledgeGraph: true,
180178
},
181179
modelConfigSchema: {
182180
type: "RAGAS",

frontend/app/[locale]/(authenticated)/qa-catalogs/plugins/implementations/ragas.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,6 @@ export const ragasGeneratorPlugin = createQACatalogGenerationPlugin({
306306
queryDistribution: getDefaultSynthesizerValues(),
307307
personas: [],
308308
knowledgeGraphLocation: null,
309-
useExistingKnowledgeGraph: true,
310309
},
311310
modelConfig: { llmEndpoint: null },
312311
}),

0 commit comments

Comments
 (0)