diff --git a/01 Projects/sandbox-notebookllamalm-nextjs/Sandbox NotebookLM.md b/01 Projects/sandbox-notebookllamalm-nextjs/Sandbox NotebookLM.md index 605d1b7..ecd7a37 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: 173 +commits: 174 --- ## 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, and implement +**Asked:** Update models, fix hangs, and implement Docker with deploy script. +**Done:** Committed TypeScript fixes and pushed updates; deploy script ready to run on server. + ### 2026-04-24 – Fix model imports, hangs, and implement **Asked:** Fix model imports, hangs, and implement Docker with proper deploy script. **Done:** Identified incomplete monkey-patch in base.py and suppressed Docker build output preventing error visibility. @@ -109,6 +113,7 @@ docker compose logs frontend --tail=50 ## Change Log | Date | Requested | Changed | Files | |------|-----------|---------|-------| +| 2026-04-24 | Model/Docker setup | TypeScript errors fixed, deploy script verified | base.py, deploy.sh | | 2026-04-24 | Dockerization setup | Monkey-patch anthropic_modelname_to_contextsize in base.py and utils.py, Show Docker build output in deploy.sh | base.py, utils.py, deploy.sh | | 2026-04-24 | Package updates | anthropic 0.71.0→0.97.0, llama-index-llms-anthropic 0.9.6→0.11.3, fastapi 0.119.0→0.136.1, uvicorn 0.37.0→0.46.0, elevenlabs 2.18.0→2.44.0, google-genai 1.67.0→1.73.1 | pyproject.toml, uv.lock | | 2026-04-24 | Dockerization & deployment | Docker setup, deploy script, rollback.sh, model updates | Dockerfile, docker-compose.yml, deploy.sh, rollback.sh | diff --git a/99 Daily/2026-04-24.md b/99 Daily/2026-04-24.md index 370e293..1e5ed9e 100644 --- a/99 Daily/2026-04-24.md +++ b/99 Daily/2026-04-24.md @@ -155,3 +155,6 @@ tags: [daily] - 14:42 | `sandbox-notebookllamalm-nextjs` - **Asked:** Fix model imports, hangs, and implement Docker with proper deploy script. - **Done:** Identified incomplete monkey-patch in base.py and suppressed Docker build output preventing error visibility. +- 14:48 (4min) | `sandbox-notebookllamalm-nextjs` + - **Asked:** Update models, fix hangs, and implement Docker with deploy script. + - **Done:** Committed TypeScript fixes and pushed updates; deploy script ready to run on server.