@absolutejs/rag 0.0.24 → 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
|
@@ -29681,7 +29681,7 @@ var ragChat = (config) => {
|
|
|
29681
29681
|
}
|
|
29682
29682
|
});
|
|
29683
29683
|
};
|
|
29684
|
-
|
|
29684
|
+
const app = new Elysia().ws(path, {
|
|
29685
29685
|
message: async (ws, raw) => {
|
|
29686
29686
|
const message = parseAIMessage(raw);
|
|
29687
29687
|
if (!message) {
|
|
@@ -31147,6 +31147,7 @@ var ragChat = (config) => {
|
|
|
31147
31147
|
await store.remove(params.id);
|
|
31148
31148
|
return { ok: true };
|
|
31149
31149
|
}).use(htmxRoutes());
|
|
31150
|
+
return app;
|
|
31150
31151
|
};
|
|
31151
31152
|
// src/constants.ts
|
|
31152
31153
|
var HOURS_IN_DAY = 24;
|
|
@@ -31175,5 +31176,5 @@ export {
|
|
|
31175
31176
|
RAG_NATIVE_QUERY_CANDIDATE_LIMIT
|
|
31176
31177
|
};
|
|
31177
31178
|
|
|
31178
|
-
//# debugId=
|
|
31179
|
+
//# debugId=EBDDF31AF25C9C1C64756E2164756E21
|
|
31179
31180
|
//# sourceMappingURL=index.js.map
|