vault backup: 2026-04-24 15:11:42

This commit is contained in:
Vadym Samoilenko 2026-04-24 15:11:43 +01:00
parent d7516619cc
commit 60394ad2b7
2 changed files with 9 additions and 1 deletions

View file

@ -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 |

View file

@ -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.