@absolutejs/rag 0.8.0 → 0.10.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 +34 -0
- package/README.md +68 -0
- package/changelog.json +82 -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 +587 -308
- package/dist/index.js.map +11 -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 +3 -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/retrieval/quoteReferences.d.ts +13 -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/angular/index.js
CHANGED
|
@@ -4449,10 +4449,10 @@ __runInitializers(_init, 1, RAGClientService);
|
|
|
4449
4449
|
__decoratorMetadata(_init, RAGClientService);
|
|
4450
4450
|
let _RAGClientService = RAGClientService;
|
|
4451
4451
|
export {
|
|
4452
|
-
|
|
4452
|
+
RAGClientService,
|
|
4453
4453
|
RAGStreamService,
|
|
4454
|
-
|
|
4454
|
+
RAGWorkflowService
|
|
4455
4455
|
};
|
|
4456
4456
|
|
|
4457
|
-
//# debugId=
|
|
4457
|
+
//# debugId=93E6638DBAEAC8B964756E2164756E21
|
|
4458
4458
|
//# sourceMappingURL=index.js.map
|