From d7545ca488bf6e1f5699a9bca500dd7867b96c0e Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Wed, 13 May 2026 18:46:27 +0100 Subject: [PATCH] vault backup: 2026-05-13 18:46:27 --- .../video-accessibility/Video Accessibility Platform.md | 6 +++++- 99 Daily/2026-05-13.md | 3 +++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/01 Projects/video-accessibility/Video Accessibility Platform.md b/01 Projects/video-accessibility/Video Accessibility Platform.md index fbb4429..118cea1 100644 --- a/01 Projects/video-accessibility/Video Accessibility Platform.md +++ b/01 Projects/video-accessibility/Video Accessibility Platform.md @@ -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: 395 +commits: 397 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 errors where AI +**Asked:** Fix embedding dictionary errors where AI doesn't receive full context and vocabulary during translation. +**Done:** Deleted 2 unnecessary glossaries via UI to reduce processing load and allow the single active 3M glossary (6a04af1936ef6e4b6c21038e) to complete embedding via Vertex AI without 429 errors. + ### 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. diff --git a/99 Daily/2026-05-13.md b/99 Daily/2026-05-13.md index 0f2baf0..45f8156 100644 --- a/99 Daily/2026-05-13.md +++ b/99 Daily/2026-05-13.md @@ -227,3 +227,6 @@ tags: [daily] - 18:27 | `Shumiland` - **Asked:** Fix blog and admin display issues, and verify EZY API payment status integration. - **Done:** Identified lead storage is partial on ticket purchase and started investigating local build issues with Node options. +- 18:45 | `video-accessibility` + - **Asked:** Fix embedding dictionary errors where AI doesn't receive full context and vocabulary during translation. + - **Done:** Deleted 2 unnecessary glossaries via UI to reduce processing load and allow the single active 3M glossary (6a04af1936ef6e4b6c21038e) to complete embedding via Vertex AI without 429 errors.