Add offline monthly insights with Ollama

This commit is contained in:
2026-03-23 14:12:35 -04:00
parent 696d393fca
commit a745c0ca1e
13 changed files with 415 additions and 60 deletions

View File

@@ -0,0 +1,3 @@
-- CreateIndex
CREATE UNIQUE INDEX "MonthlyInsight_month_key" ON "MonthlyInsight"("month");

View File

@@ -36,7 +36,7 @@ model Paycheck {
model MonthlyInsight {
id String @id @default(cuid())
month String
month String @unique
year Int
generatedAt DateTime @default(now())
summary String