vault backup: 2026-04-24 14:43:56
This commit is contained in:
parent
926cf19fbc
commit
c5e897c98f
2 changed files with 9 additions and 1 deletions
|
|
@ -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: 172
|
||||
commits: 173
|
||||
---
|
||||
|
||||
## 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 – 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.
|
||||
|
||||
### 2026-04-24 – Update models and dependencies, investigate hangs,
|
||||
**Asked:** Update models and dependencies, investigate hangs, and implement Docker with deploy script.
|
||||
**Done:** Updated multiple packages including Anthropic, LlamaIndex, FastAPI, and other dependencies via uv lock, committed and pushed changes.
|
||||
|
|
@ -105,6 +109,7 @@ docker compose logs frontend --tail=50
|
|||
## Change Log
|
||||
| Date | Requested | Changed | Files |
|
||||
|------|-----------|---------|-------|
|
||||
| 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 |
|
||||
| 2026-04-24 | Infrastructure updates | Query engine timeout (120s), WebSocket handler timeout (130s), background task fixes | pipeline_manager.py, chat.py, background_tasks.py |
|
||||
|
|
|
|||
|
|
@ -152,3 +152,6 @@ tags: [daily]
|
|||
- 14:38 (2min) | `sandbox-notebookllamalm-nextjs`
|
||||
- **Asked:** Update models and dependencies, investigate hangs, and implement Docker with deploy script.
|
||||
- **Done:** Updated multiple packages including Anthropic, LlamaIndex, FastAPI, and other dependencies via uv lock, committed and pushed changes.
|
||||
- 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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue