@absolutejs/rag 0.0.25 → 0.0.26
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/adapter-kit/index.js +3 -2
- package/dist/adapter-kit/index.js.map +3 -3
- package/dist/index.js +3 -2
- package/dist/index.js.map +3 -3
- package/dist/src/chat/chat.d.ts +2 -1800
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -29953,7 +29953,7 @@ var ragChat = (config) => {
|
|
|
29953
29953
|
}
|
|
29954
29954
|
});
|
|
29955
29955
|
};
|
|
29956
|
-
|
|
29956
|
+
const app = new Elysia().ws(path, {
|
|
29957
29957
|
message: async (ws, raw) => {
|
|
29958
29958
|
const message = parseAIMessage(raw);
|
|
29959
29959
|
if (!message) {
|
|
@@ -31419,6 +31419,7 @@ var ragChat = (config) => {
|
|
|
31419
31419
|
await store.remove(params.id);
|
|
31420
31420
|
return { ok: true };
|
|
31421
31421
|
}).use(htmxRoutes());
|
|
31422
|
+
return app;
|
|
31422
31423
|
};
|
|
31423
31424
|
// src/presentation/htmxConfig.ts
|
|
31424
31425
|
var createRAGHTMXConfig = (config) => config;
|
|
@@ -36152,5 +36153,5 @@ export {
|
|
|
36152
36153
|
addRAGEvaluationSuiteCase
|
|
36153
36154
|
};
|
|
36154
36155
|
|
|
36155
|
-
//# debugId=
|
|
36156
|
+
//# debugId=8164D2D742BE222864756E2164756E21
|
|
36156
36157
|
//# sourceMappingURL=index.js.map
|