housekeeping

master
Avraham Sakal 4 weeks ago
parent f6b432a145
commit 641d8ad039

@ -1,5 +1,3 @@
+ Somehow subscribe the UI to events from the `sendMessage` procedure,
so the user knows what's going on.
+ Parallelize the generation of data, so that the UI doesn't freeze for + Parallelize the generation of data, so that the UI doesn't freeze for
so long while the data is being generated. so long while the data is being generated.
+ Chunk and generate embeddings for generated facts and fact triggers. + Chunk and generate embeddings for generated facts and fact triggers.

@ -7,7 +7,6 @@ import type {
FactTriggerEntity, FactTriggerEntity,
MessageEntity, MessageEntity,
} from "./common.ts"; } from "./common.ts";
import type { Messages } from "./generated/public/Messages";
import type { CommittedMessage } from "../types"; import type { CommittedMessage } from "../types";
export const pool = new Pool({ export const pool = new Pool({

Loading…
Cancel
Save