diff --git a/.obsidian/plugins/hoarder-sync/data.json b/.obsidian/plugins/hoarder-sync/data.json index a38bca7..408d770 100644 --- a/.obsidian/plugins/hoarder-sync/data.json +++ b/.obsidian/plugins/hoarder-sync/data.json @@ -4,7 +4,7 @@ "syncFolder": "Hoarder", "attachmentsFolder": "Hoarder/attachments", "syncIntervalMinutes": 60, - "lastSyncTimestamp": 1777034039468, + "lastSyncTimestamp": 1777037615925, "updateExistingFiles": false, "excludeArchived": true, "onlyFavorites": false, diff --git a/01 Projects/sandbox-notebookllamalm-nextjs/Sandbox NotebookLM.md b/01 Projects/sandbox-notebookllamalm-nextjs/Sandbox NotebookLM.md index b9349ef..be17ee8 100644 --- a/01 Projects/sandbox-notebookllamalm-nextjs/Sandbox NotebookLM.md +++ b/01 Projects/sandbox-notebookllamalm-nextjs/Sandbox NotebookLM.md @@ -10,7 +10,7 @@ server: optical-web-1 at /opt/sandbox-notebookllamalm-nextjs tags: [oliver, ai, notebooklm, llamaindex, rag, multi-user, nextjs15, elevenlabs] created: 2026-04-14 last_commit: 2026-04-24 -commits: 170 +commits: 171 --- ## Overview @@ -82,6 +82,10 @@ docker compose logs frontend --tail=50 | 2026-03-15 | Pin python-pptx to 0.6.23 | ## Sessions +### 2026-04-24 – Update models, fix hangs, dockerize project, +**Asked:** Update models, fix hangs, dockerize project, and improve deploy scripts with rollback support. +**Done:** Analyzed project models, reviewed git and deploy scripts, dockerized setup, and fixed rollback.sh. + ### 2026-04-24 – Update models, fix hanging issues, and **Asked:** Update models, fix hanging issues, and implement Docker setup with proper deploy scripts. **Done:** Added 120s timeout to query engine initialization and 130s timeout to WebSocket handler to prevent hangs; prepared commit with pipeline and chat fixes. @@ -97,6 +101,7 @@ docker compose logs frontend --tail=50 ## Change Log | Date | Requested | Changed | Files | |------|-----------|---------|-------| +| 2026-04-24 | Dockerization & deployment | Docker setup, deploy script, rollback.sh, model updates | Dockerfile, docker-compose.yml, deploy.sh, rollback.sh | | 2026-04-24 | Infrastructure updates | Query engine timeout (120s), WebSocket handler timeout (130s), background task fixes | pipeline_manager.py, chat.py, background_tasks.py | | 2026-04-24 | Model investigation & hangs fix | asyncio.wait_for timeouts (120s/130s), error handling in WS | pipeline_manager.py, chat.py, background_tasks.py | | 2026-03-16 | Brand color update | Indigo → amber #FFC407 | global styles | diff --git a/99 Daily/2026-04-24.md b/99 Daily/2026-04-24.md index 153f6d6..84f189f 100644 --- a/99 Daily/2026-04-24.md +++ b/99 Daily/2026-04-24.md @@ -146,3 +146,6 @@ tags: [daily] - 14:29 | `sandbox-notebookllamalm-nextjs` - **Asked:** Update models, fix hanging issues, and implement Docker setup with proper deploy scripts. - **Done:** Added 120s timeout to query engine initialization and 130s timeout to WebSocket handler to prevent hangs; prepared commit with pipeline and chat fixes. +- 14:32 | `sandbox-notebookllamalm-nextjs` + - **Asked:** Update models, fix hangs, dockerize project, and improve deploy scripts with rollback support. + - **Done:** Analyzed project models, reviewed git and deploy scripts, dockerized setup, and fixed rollback.sh.