@absolutejs/absolute 0.19.0-beta.543 → 0.19.0-beta.544

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2481,6 +2481,26 @@ var buildRAGGroundingProviderOverviewPresentation = (input) => {
2481
2481
  winnerSummary: winnerEntry ? `passing ${formatEvaluationPassingRate(winnerEntry.response.passingRate)} \xB7 citation f1 ${winnerEntry.response.summary.averageCitationF1.toFixed(3)} \xB7 resolved ${formatEvaluationPassingRate(winnerEntry.response.summary.averageResolvedCitationRate)}` : "Stored workflow evaluation"
2482
2482
  };
2483
2483
  };
2484
+ var buildRAGQualityOverviewPresentation = (input) => ({
2485
+ rows: [
2486
+ ...buildRAGRetrievalComparisonOverviewPresentation(input.retrievalComparison).rows,
2487
+ ...buildRAGRerankerComparisonOverviewPresentation(input.rerankerComparison).rows,
2488
+ {
2489
+ label: "Grounding",
2490
+ value: formatGroundingHistorySummaryValue(input.groundingEvaluation)
2491
+ },
2492
+ ...input.groundingProviderOverview?.rows ?? [
2493
+ {
2494
+ label: "Grounding providers",
2495
+ value: "Configure an AI provider to compare grounded answers."
2496
+ }
2497
+ ]
2498
+ ],
2499
+ insights: [
2500
+ "The example should answer three questions quickly: which strategy wins, whether grounding is stable, and whether the result regressed.",
2501
+ "Detailed case-by-case evidence stays behind collapsible sections so the page reads like a product surface instead of a console buffer."
2502
+ ]
2503
+ });
2484
2504
  var buildRAGGroundingProviderCaseComparisonPresentations = (comparisons) => comparisons.map((comparison) => {
2485
2505
  const resolveLabel = (key) => comparison.entries.find((entry) => entry.providerKey === key)?.label ?? key ?? "n/a";
2486
2506
  return {
@@ -3440,5 +3460,5 @@ export {
3440
3460
  buildRAGAnswerWorkflowState
3441
3461
  };
3442
3462
 
3443
- //# debugId=F6E5683968DDD65C64756E2164756E21
3463
+ //# debugId=50880C8C023E836664756E2164756E21
3444
3464
  //# sourceMappingURL=index.js.map