@absolutejs/rag 0.8.0 → 0.9.0
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/CHANGELOG.md +24 -0
- package/README.md +53 -0
- package/changelog.json +61 -0
- package/dist/adapter-kit/index.js +26 -17
- package/dist/adapter-kit/index.js.map +5 -5
- package/dist/angular/index.js +3 -3
- package/dist/angular/index.js.map +2 -2
- package/dist/client/index.js +7 -7
- package/dist/client/index.js.map +2 -2
- package/dist/client/ui.js +17 -17
- package/dist/client/ui.js.map +2 -2
- package/dist/index.js +536 -308
- package/dist/index.js.map +10 -8
- package/dist/manifest.js +127 -127
- package/dist/manifest.js.map +1 -1
- package/dist/presentation/ui.js +75 -75
- package/dist/presentation/ui.js.map +2 -2
- package/dist/quality/quality.js +130 -130
- package/dist/quality/quality.js.map +2 -2
- package/dist/react/index.js +15 -15
- package/dist/react/index.js.map +2 -2
- package/dist/src/angular/ai-rag-stream.service.d.ts +1 -0
- package/dist/src/angular/ai-rag-workflow.service.d.ts +1 -0
- package/dist/src/client/createRAGAnswerWorkflow.d.ts +1 -0
- package/dist/src/index.d.ts +2 -0
- package/dist/src/ingestion/originalText.d.ts +29 -0
- package/dist/src/react/useRAG.d.ts +2 -0
- package/dist/src/react/useRAGStream.d.ts +1 -0
- package/dist/src/react/useRAGWorkflow.d.ts +1 -0
- package/dist/src/retrieval/originalTextTools.d.ts +23 -0
- package/dist/src/svelte/createRAG.d.ts +2 -0
- package/dist/src/svelte/createRAGStream.d.ts +1 -0
- package/dist/src/svelte/createRAGWorkflow.d.ts +1 -0
- package/dist/src/vue/useRAG.d.ts +2 -0
- package/dist/src/vue/useRAGStream.d.ts +1 -0
- package/dist/src/vue/useRAGWorkflow.d.ts +1 -0
- package/dist/svelte/index.js +15 -15
- package/dist/svelte/index.js.map +2 -2
- package/dist/vue/index.js +15 -15
- package/dist/vue/index.js.map +2 -2
- package/package.json +14 -9
package/dist/presentation/ui.js
CHANGED
|
@@ -11673,82 +11673,82 @@ var resolveRAGHTMXRenderers = (custom = {}) => {
|
|
|
11673
11673
|
};
|
|
11674
11674
|
};
|
|
11675
11675
|
export {
|
|
11676
|
-
|
|
11677
|
-
resolveRAGHTMXRenderers,
|
|
11678
|
-
getLatestRAGSources,
|
|
11679
|
-
getLatestAssistantMessage,
|
|
11680
|
-
formatSourceSummaryDetails,
|
|
11681
|
-
formatSectionDiagnosticTopEntry,
|
|
11682
|
-
formatSectionDiagnosticStageWeightRows,
|
|
11683
|
-
formatSectionDiagnosticStageWeightReasons,
|
|
11684
|
-
formatSectionDiagnosticStageFlow,
|
|
11685
|
-
formatSectionDiagnosticStageBounds,
|
|
11686
|
-
formatSectionDiagnosticReasons,
|
|
11687
|
-
formatSectionDiagnosticPipeline,
|
|
11688
|
-
formatSectionDiagnosticDistributionRows,
|
|
11689
|
-
formatSectionDiagnosticCompetition,
|
|
11690
|
-
formatSectionDiagnosticChannels,
|
|
11691
|
-
formatSectionDiagnosticAttributionFocus,
|
|
11692
|
-
formatCitationSummary,
|
|
11693
|
-
formatCitationLabel,
|
|
11694
|
-
formatCitationExcerpt,
|
|
11695
|
-
formatCitationDetails,
|
|
11696
|
-
buildSourceSummarySectionGroups,
|
|
11697
|
-
buildSearchTargetId,
|
|
11698
|
-
buildRAGSyncSourcePresentations,
|
|
11699
|
-
buildRAGSyncSourcePresentation,
|
|
11700
|
-
buildRAGSyncOverviewPresentation,
|
|
11701
|
-
buildRAGStreamProgress,
|
|
11702
|
-
buildRAGSourceSummaries,
|
|
11703
|
-
buildRAGSourceLabels,
|
|
11704
|
-
buildRAGSourceGroups,
|
|
11705
|
-
buildRAGSectionRetrievalDiagnostics,
|
|
11706
|
-
buildRAGRetrievedState,
|
|
11707
|
-
buildRAGRetrievalTracePresentation,
|
|
11708
|
-
buildRAGRetrievalOverviewPresentation,
|
|
11709
|
-
buildRAGRetrievalComparisonPresentations,
|
|
11710
|
-
buildRAGRetrievalComparisonOverviewPresentation,
|
|
11711
|
-
buildRAGRerankerOverviewPresentation,
|
|
11712
|
-
buildRAGRerankerComparisonPresentations,
|
|
11713
|
-
buildRAGRerankerComparisonOverviewPresentation,
|
|
11714
|
-
buildRAGReadinessPresentation,
|
|
11715
|
-
buildRAGQualityOverviewPresentation,
|
|
11716
|
-
buildRAGGroundingReferences,
|
|
11717
|
-
buildRAGGroundingProviderPresentations,
|
|
11718
|
-
buildRAGGroundingProviderOverviewPresentation,
|
|
11719
|
-
buildRAGGroundingProviderCaseComparisonPresentations,
|
|
11720
|
-
buildRAGGroundingOverviewPresentation,
|
|
11721
|
-
buildRAGGroundedAnswerSectionSummaries,
|
|
11722
|
-
buildRAGGroundedAnswer,
|
|
11723
|
-
buildRAGEvaluationSuiteSnapshotRows,
|
|
11724
|
-
buildRAGEvaluationSuiteSnapshotPresentations,
|
|
11725
|
-
buildRAGEvaluationSuiteSnapshotHistoryPresentation,
|
|
11726
|
-
buildRAGEvaluationHistoryRows,
|
|
11727
|
-
buildRAGEvaluationHistoryPresentation,
|
|
11728
|
-
buildRAGEvaluationEntityQualityPresentation,
|
|
11729
|
-
buildRAGEvaluationCaseTracePresentations,
|
|
11730
|
-
buildRAGCorpusHealthPresentation,
|
|
11731
|
-
buildRAGComparisonTraceSummaryRows,
|
|
11732
|
-
buildRAGComparisonTraceDiffRows,
|
|
11733
|
-
buildRAGCitations,
|
|
11734
|
-
buildRAGCitationReferenceMap,
|
|
11735
|
-
buildRAGChunkPreviewNavigation,
|
|
11736
|
-
buildRAGChunkPreviewGraph,
|
|
11737
|
-
buildRAGChunkGraphNavigation,
|
|
11738
|
-
buildRAGChunkGraph,
|
|
11739
|
-
buildRAGChunkExcerpts,
|
|
11740
|
-
buildRAGAnswerWorkflowState,
|
|
11741
|
-
buildRAGAnswerGroundingHistoryRows,
|
|
11742
|
-
buildRAGAnswerGroundingHistoryPresentation,
|
|
11743
|
-
buildRAGAnswerGroundingEntityQualityPresentation,
|
|
11744
|
-
buildRAGAnswerGroundingCaseSnapshotPresentations,
|
|
11745
|
-
buildRAGAdminJobPresentations,
|
|
11746
|
-
buildRAGAdminJobPresentation,
|
|
11747
|
-
buildRAGAdminActionPresentations,
|
|
11748
|
-
buildRAGAdminActionPresentation,
|
|
11676
|
+
buildCitationGroups,
|
|
11749
11677
|
buildGroundingReferenceGroups,
|
|
11750
|
-
|
|
11678
|
+
buildRAGAdminActionPresentation,
|
|
11679
|
+
buildRAGAdminActionPresentations,
|
|
11680
|
+
buildRAGAdminJobPresentation,
|
|
11681
|
+
buildRAGAdminJobPresentations,
|
|
11682
|
+
buildRAGAnswerGroundingCaseSnapshotPresentations,
|
|
11683
|
+
buildRAGAnswerGroundingEntityQualityPresentation,
|
|
11684
|
+
buildRAGAnswerGroundingHistoryPresentation,
|
|
11685
|
+
buildRAGAnswerGroundingHistoryRows,
|
|
11686
|
+
buildRAGAnswerWorkflowState,
|
|
11687
|
+
buildRAGChunkExcerpts,
|
|
11688
|
+
buildRAGChunkGraph,
|
|
11689
|
+
buildRAGChunkGraphNavigation,
|
|
11690
|
+
buildRAGChunkPreviewGraph,
|
|
11691
|
+
buildRAGChunkPreviewNavigation,
|
|
11692
|
+
buildRAGCitationReferenceMap,
|
|
11693
|
+
buildRAGCitations,
|
|
11694
|
+
buildRAGComparisonTraceDiffRows,
|
|
11695
|
+
buildRAGComparisonTraceSummaryRows,
|
|
11696
|
+
buildRAGCorpusHealthPresentation,
|
|
11697
|
+
buildRAGEvaluationCaseTracePresentations,
|
|
11698
|
+
buildRAGEvaluationEntityQualityPresentation,
|
|
11699
|
+
buildRAGEvaluationHistoryPresentation,
|
|
11700
|
+
buildRAGEvaluationHistoryRows,
|
|
11701
|
+
buildRAGEvaluationSuiteSnapshotHistoryPresentation,
|
|
11702
|
+
buildRAGEvaluationSuiteSnapshotPresentations,
|
|
11703
|
+
buildRAGEvaluationSuiteSnapshotRows,
|
|
11704
|
+
buildRAGGroundedAnswer,
|
|
11705
|
+
buildRAGGroundedAnswerSectionSummaries,
|
|
11706
|
+
buildRAGGroundingOverviewPresentation,
|
|
11707
|
+
buildRAGGroundingProviderCaseComparisonPresentations,
|
|
11708
|
+
buildRAGGroundingProviderOverviewPresentation,
|
|
11709
|
+
buildRAGGroundingProviderPresentations,
|
|
11710
|
+
buildRAGGroundingReferences,
|
|
11711
|
+
buildRAGQualityOverviewPresentation,
|
|
11712
|
+
buildRAGReadinessPresentation,
|
|
11713
|
+
buildRAGRerankerComparisonOverviewPresentation,
|
|
11714
|
+
buildRAGRerankerComparisonPresentations,
|
|
11715
|
+
buildRAGRerankerOverviewPresentation,
|
|
11716
|
+
buildRAGRetrievalComparisonOverviewPresentation,
|
|
11717
|
+
buildRAGRetrievalComparisonPresentations,
|
|
11718
|
+
buildRAGRetrievalOverviewPresentation,
|
|
11719
|
+
buildRAGRetrievalTracePresentation,
|
|
11720
|
+
buildRAGRetrievedState,
|
|
11721
|
+
buildRAGSectionRetrievalDiagnostics,
|
|
11722
|
+
buildRAGSourceGroups,
|
|
11723
|
+
buildRAGSourceLabels,
|
|
11724
|
+
buildRAGSourceSummaries,
|
|
11725
|
+
buildRAGStreamProgress,
|
|
11726
|
+
buildRAGSyncOverviewPresentation,
|
|
11727
|
+
buildRAGSyncSourcePresentation,
|
|
11728
|
+
buildRAGSyncSourcePresentations,
|
|
11729
|
+
buildSearchTargetId,
|
|
11730
|
+
buildSourceSummarySectionGroups,
|
|
11731
|
+
formatCitationDetails,
|
|
11732
|
+
formatCitationExcerpt,
|
|
11733
|
+
formatCitationLabel,
|
|
11734
|
+
formatCitationSummary,
|
|
11735
|
+
formatSectionDiagnosticAttributionFocus,
|
|
11736
|
+
formatSectionDiagnosticChannels,
|
|
11737
|
+
formatSectionDiagnosticCompetition,
|
|
11738
|
+
formatSectionDiagnosticDistributionRows,
|
|
11739
|
+
formatSectionDiagnosticPipeline,
|
|
11740
|
+
formatSectionDiagnosticReasons,
|
|
11741
|
+
formatSectionDiagnosticStageBounds,
|
|
11742
|
+
formatSectionDiagnosticStageFlow,
|
|
11743
|
+
formatSectionDiagnosticStageWeightReasons,
|
|
11744
|
+
formatSectionDiagnosticStageWeightRows,
|
|
11745
|
+
formatSectionDiagnosticTopEntry,
|
|
11746
|
+
formatSourceSummaryDetails,
|
|
11747
|
+
getLatestAssistantMessage,
|
|
11748
|
+
getLatestRAGSources,
|
|
11749
|
+
resolveRAGHTMXRenderers,
|
|
11750
|
+
resolveRAGStreamStage
|
|
11751
11751
|
};
|
|
11752
11752
|
|
|
11753
|
-
//# debugId=
|
|
11753
|
+
//# debugId=B72775A19F4CB80664756E2164756E21
|
|
11754
11754
|
//# sourceMappingURL=ui.js.map
|