@absolutejs/absolute 0.19.0-beta.629 → 0.19.0-beta.630
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 +3 -3
- 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/package.json +7 -7
package/dist/ai/index.js
CHANGED
|
@@ -22049,6 +22049,7 @@ var ragChat = (config) => {
|
|
|
22049
22049
|
}
|
|
22050
22050
|
const input = {
|
|
22051
22051
|
filter: getObjectProperty(body, "filter"),
|
|
22052
|
+
nativeQueryMultiplier: typeof body.nativeQueryMultiplier === "number" ? body.nativeQueryMultiplier : undefined,
|
|
22052
22053
|
retrieval: undefined,
|
|
22053
22054
|
model: getStringProperty(body, "model"),
|
|
22054
22055
|
query,
|
|
@@ -32413,5 +32414,5 @@ export {
|
|
|
32413
32414
|
addRAGEvaluationSuiteCase
|
|
32414
32415
|
};
|
|
32415
32416
|
|
|
32416
|
-
//# debugId=
|
|
32417
|
+
//# debugId=3B5439AB31EF0CD864756E2164756E21
|
|
32417
32418
|
//# sourceMappingURL=index.js.map
|