amazon-transcreation/backend/app
DJP e97d4f81b7 fix: improve TM parser EN/TX split and fix report SQL errors
The compact TM format parser was storing the combined EN+TX text in both
fields, causing the LLM retrieval agent to fail at matching source lines
against TM entries — resulting in all-low confidence tiers. Added
_split_en_tx() heuristic that detects the language boundary at the first
non-ASCII sentence. Also includes raw _text in LLM prompt for context.

Fixed get_jobs_over_time GroupingError by using literal_column for
date_trunc, added date filters to status_breakdown, and fixed Decimal
serialization in locale stats.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-10 17:47:53 -04:00
..
api feat: wire analytics to real data and add audit logging across all endpoints 2026-04-10 17:17:14 -04:00
auth feat: wire analytics to real data and add audit logging across all endpoints 2026-04-10 17:17:14 -04:00
llm feat: complete Phase 1-2 scaffold — backend, frontend, pipeline skeleton 2026-04-10 12:31:43 -04:00
models feat: add real-time progress tracking and admin job deletion 2026-04-10 16:18:59 -04:00
pipeline fix: improve TM parser EN/TX split and fix report SQL errors 2026-04-10 17:47:53 -04:00
schemas fix: persist feedback/comments across page reloads on review page 2026-04-10 16:54:49 -04:00
services fix: sidebar highlighting for shared paths and report SQL errors 2026-04-10 17:25:34 -04:00
tasks feat: add token usage tracking, feedback highlighting, cost on cards, help page 2026-04-10 16:47:36 -04:00
ws feat: complete Phase 1-2 scaffold — backend, frontend, pipeline skeleton 2026-04-10 12:31:43 -04:00
__init__.py feat: complete Phase 1-2 scaffold — backend, frontend, pipeline skeleton 2026-04-10 12:31:43 -04:00
config.py feat: add production deployment, fix auth flow, add nginx reverse proxy 2026-04-10 12:53:48 -04:00
dependencies.py feat: complete Phase 1-2 scaffold — backend, frontend, pipeline skeleton 2026-04-10 12:31:43 -04:00
main.py feat: complete Phase 1-2 scaffold — backend, frontend, pipeline skeleton 2026-04-10 12:31:43 -04:00