Commit Graph

3 Commits

Author SHA1 Message Date
Talal Sharabi
32d987c7cf Fix avatar API to return all fields, add TMPDIR workaround to import script
- Use to_encoach_dict() for /api/exam/avatars so voiceId, voiceProvider,
  canvas are included in the response
- Set TMPDIR=/tmp in import script for PyTorch compatibility in Docker

Made-with: Cursor
2026-03-15 01:38:13 +04:00
Talal Sharabi
c43b4ae9f2 Fix import script to use mounted path instead of __file__
Made-with: Cursor
2026-03-15 01:27:48 +04:00
Talal Sharabi
c919e83526 Add AI stack configuration: ELAI avatars, system params, training tips import
- Add ELAI avatar seed data (7 avatars with codes, URLs, voice configs)
  from the original backend's avatars.json
- Add missing system parameters: encoach.aws_region (eu-west-1),
  encoach.whisper_workers (4)
- Add training tips import script with pathways_2_rw.json data source
- Add action_compute_embeddings() method to training tip model for
  computing sentence-transformer embeddings on demand

Made-with: Cursor
2026-03-15 01:23:56 +04:00