@absolutejs/rag 0.0.14 → 0.0.15
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/index.js +2 -2
- package/dist/index.js.map +7 -7
- package/dist/src/index.d.ts +2 -2
- package/dist/src/retrieval/context.d.ts +2 -0
- package/package.json +1 -1
- package/dist/src/types.d.ts +0 -7
package/dist/index.js
CHANGED
|
@@ -21548,7 +21548,7 @@ var resolveRAGWorkflowRenderers = (custom) => ({
|
|
|
21548
21548
|
status: custom?.status ?? defaultStatus
|
|
21549
21549
|
});
|
|
21550
21550
|
|
|
21551
|
-
// src/
|
|
21551
|
+
// src/retrieval/context.ts
|
|
21552
21552
|
var getContextNumber3 = (value) => typeof value === "number" && Number.isFinite(value) ? value : undefined;
|
|
21553
21553
|
var getContextString3 = (value) => typeof value === "string" && value.trim().length > 0 ? value.trim() : undefined;
|
|
21554
21554
|
var formatMediaTimestamp3 = (value) => {
|
|
@@ -37649,5 +37649,5 @@ export {
|
|
|
37649
37649
|
addRAGEvaluationSuiteCase
|
|
37650
37650
|
};
|
|
37651
37651
|
|
|
37652
|
-
//# debugId=
|
|
37652
|
+
//# debugId=74D455A5F912939764756E2164756E21
|
|
37653
37653
|
//# sourceMappingURL=index.js.map
|