@absolutejs/absolute 0.19.0-beta.546 → 0.19.0-beta.548

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.
package/dist/ai/index.js CHANGED
@@ -6104,7 +6104,7 @@ var buildComparisonOverviewPresentation = (input) => {
6104
6104
  }
6105
6105
  ],
6106
6106
  winnerLabel,
6107
- winnerSummary: winnerEntry ? `passing ${formatEvaluationPassingRate(winnerEntry.response.passingRate)} \xB7 f1 ${winnerEntry.response.summary.averageF1.toFixed(3)} \xB7 latency ${winnerEntry.response.summary.averageLatencyMs.toFixed(1)}ms` : "Stored benchmark comparison"
6107
+ summary: winnerEntry ? `passing ${formatEvaluationPassingRate(winnerEntry.response.passingRate)} \xB7 f1 ${winnerEntry.response.summary.averageF1.toFixed(3)} \xB7 latency ${winnerEntry.response.summary.averageLatencyMs.toFixed(1)}ms` : "Stored benchmark comparison"
6108
6108
  };
6109
6109
  };
6110
6110
  var buildRAGComparisonTraceSummaryRows = (entry) => {
@@ -6251,7 +6251,7 @@ var buildRAGGroundingProviderOverviewPresentation = (input) => {
6251
6251
  }
6252
6252
  ],
6253
6253
  winnerLabel,
6254
- 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"
6254
+ summary: 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"
6255
6255
  };
6256
6256
  };
6257
6257
  var buildRAGQualityOverviewPresentation = (input) => ({
@@ -12262,7 +12262,6 @@ export {
12262
12262
  geminiEmbeddings,
12263
12263
  gemini,
12264
12264
  fuseRAGQueryResults,
12265
- formatRAGTraceValue,
12266
12265
  executeDryRunRAGEvaluation,
12267
12266
  evaluateRAGCollection,
12268
12267
  evaluateRAGAnswerGroundingCase,
@@ -12367,5 +12366,5 @@ export {
12367
12366
  aiChat
12368
12367
  };
12369
12368
 
12370
- //# debugId=65BEE4DDA0A0775E64756E2164756E21
12369
+ //# debugId=D7F41BE87AEADACB64756E2164756E21
12371
12370
  //# sourceMappingURL=index.js.map