Chunked embeddings — no record content invisible to search (#280) #104

Merged
bvandeusen merged 4 commits from dev into main 2026-08-08 23:54:34 -04:00
Showing only changes of commit 23cb396e65 - Show all commits
+1 -1
View File
@@ -125,7 +125,7 @@ async def spawn_recurring_tasks() -> int:
base_date = task.due_date or now.date()
next_due = calculate_next_due(task.recurrence_rule, base_date)
try:
child = await create_note(
await create_note(
task.user_id,
title=task.title,
body=task.body or "",