vault backup: 2026-05-13 18:09:02
This commit is contained in:
parent
4cfd453c34
commit
acfab8e632
2 changed files with 8 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ server: optical-dev
|
|||
tags: [oliver, video, accessibility, ai, captions, audio-description, tts, celery, mongodb]
|
||||
created: 2026-04-14
|
||||
last_commit: 2026-05-13
|
||||
commits: 394
|
||||
commits: 395
|
||||
port: 8000
|
||||
db: MongoDB Atlas
|
||||
service: docker-compose
|
||||
|
|
@ -119,6 +119,10 @@ Key env vars (see `.env.prod.example` for complete list):
|
|||
- RBAC enforced server-side; all reviewer actions emit audit log entries
|
||||
|
||||
## Sessions
|
||||
### 2026-05-13 – Fix embedding dictionary issues with AI
|
||||
**Asked:** Fix embedding dictionary issues with AI translation context and retry delays in API calls.
|
||||
**Done:** Parsed retryDelay from API errors, reduced concurrency from 5 to 2, increased max_retries, and pushed changes to git for server deployment.
|
||||
|
||||
### 2026-05-13 – Fix dictionary embedding errors where AI
|
||||
**Asked:** Fix dictionary embedding errors where AI receives incomplete context and glossary during translation.
|
||||
**Done:** Implemented locale fallback in glossary service and fixed AI ingestion to pass complete brand context and glossary terms.
|
||||
|
|
|
|||
|
|
@ -212,3 +212,6 @@ tags: [daily]
|
|||
- 18:04 | `Shumiland`
|
||||
- **Asked:** Fix admin dashboard display issues for blogs, pages, leads, locations and verify payment status from Ezy API.
|
||||
- **Done:** Committed eslint fixes and gallery CMS wiring, deployed app with docker compose to production.
|
||||
- 18:07 | `video-accessibility`
|
||||
- **Asked:** Fix embedding dictionary issues with AI translation context and retry delays in API calls.
|
||||
- **Done:** Parsed retryDelay from API errors, reduced concurrency from 5 to 2, increased max_retries, and pushed changes to git for server deployment.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue