@absolutejs/absolute 0.19.0-beta.516 → 0.19.0-beta.517
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 +2 -1
- package/dist/ai/index.js.map +1 -1
- package/dist/angular/index.js +2 -2
- package/dist/angular/index.js.map +1 -1
- package/dist/angular/server.js +2 -2
- package/dist/angular/server.js.map +1 -1
- package/dist/build.js +2 -2
- package/dist/build.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/src/ai/index.d.ts +1 -1
- package/dist/src/ai/rag/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/ai/index.js
CHANGED
|
@@ -10651,6 +10651,7 @@ export {
|
|
|
10651
10651
|
buildRAGEvaluationRunDiff,
|
|
10652
10652
|
buildRAGEvaluationResponse,
|
|
10653
10653
|
buildRAGEvaluationLeaderboard,
|
|
10654
|
+
buildRAGContext,
|
|
10654
10655
|
buildRAGCitations,
|
|
10655
10656
|
buildRAGCitationReferenceMap,
|
|
10656
10657
|
buildRAGAnswerGroundingEvaluationResponse,
|
|
@@ -10662,5 +10663,5 @@ export {
|
|
|
10662
10663
|
aiChat
|
|
10663
10664
|
};
|
|
10664
10665
|
|
|
10665
|
-
//# debugId=
|
|
10666
|
+
//# debugId=0094F0DC01E6389864756E2164756E21
|
|
10666
10667
|
//# sourceMappingURL=index.js.map
|