From 60394ad2b76e5de4e7b9eaeb2b3fb55ec3eeb83b Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Fri, 24 Apr 2026 15:11:43 +0100 Subject: [PATCH] vault backup: 2026-04-24 15:11:42 --- .../sandbox-notebookllamalm-nextjs/Sandbox NotebookLM.md | 7 ++++++- 99 Daily/2026-04-24.md | 3 +++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/01 Projects/sandbox-notebookllamalm-nextjs/Sandbox NotebookLM.md b/01 Projects/sandbox-notebookllamalm-nextjs/Sandbox NotebookLM.md index c9b38f0..1ea7be0 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: 175 +commits: 176 --- ## 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 – Asked for help with query engine +**Asked:** Asked for help with query engine initialization error that persists across tests. +**Done:** Fixed the test by importing `llm_factory` before running the patch, confirming the patch is active. + ### 2026-04-24 – Update models, fix hangs, and dockerize **Asked:** Update models, fix hangs, and dockerize the project with proper deploy script. **Done:** Increased error logging context, updated docker-compose.yml, and pushed deploy script changes. @@ -121,6 +125,7 @@ docker compose logs frontend --tail=50 ## Change Log | Date | Requested | Changed | Files | |------|-----------|---------|-------| +| 2026-04-24 | Query engine fix | Add llm_factory import, verify patch activation | test_file.py | | 2026-04-24 | Dockerization and deploy | docker-compose.yml, on_error logging, deploy.sh | docker-compose.yml, scripts/deploy.sh | | 2026-04-24 | Docker deployment | depends_on condition changed to service_started, healthcheck logic improved | docker-compose.yml | | 2026-04-24 | Model/Docker setup | TypeScript errors fixed, deploy script verified | base.py, deploy.sh | diff --git a/99 Daily/2026-04-24.md b/99 Daily/2026-04-24.md index 80a455d..bbc4dd8 100644 --- a/99 Daily/2026-04-24.md +++ b/99 Daily/2026-04-24.md @@ -185,3 +185,6 @@ tags: [daily] - 15:03 | `sandbox-notebookllamalm-nextjs` - **Asked:** Update models, fix hangs, and dockerize the project with proper deploy script. - **Done:** Increased error logging context, updated docker-compose.yml, and pushed deploy script changes. +- 15:10 (3min) | `sandbox-notebookllamalm-nextjs` + - **Asked:** Asked for help with query engine initialization error that persists across tests. + - **Done:** Fixed the test by importing `llm_factory` before running the patch, confirming the patch is active.