From 641d8ad039a288c8aba796cbd48f2953be2eb6d2 Mon Sep 17 00:00:00 2001 From: Avraham Sakal Date: Sun, 14 Sep 2025 21:52:44 -0400 Subject: [PATCH] housekeeping --- TODO.md | 2 -- database/postgres.ts | 1 - 2 files changed, 3 deletions(-) diff --git a/TODO.md b/TODO.md index cd7d05b..a801556 100644 --- a/TODO.md +++ b/TODO.md @@ -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 so long while the data is being generated. + Chunk and generate embeddings for generated facts and fact triggers. diff --git a/database/postgres.ts b/database/postgres.ts index c3521d6..553cd17 100644 --- a/database/postgres.ts +++ b/database/postgres.ts @@ -7,7 +7,6 @@ import type { FactTriggerEntity, MessageEntity, } from "./common.ts"; -import type { Messages } from "./generated/public/Messages"; import type { CommittedMessage } from "../types"; export const pool = new Pool({