discourse-ai/app/jobs/scheduled
Natalie Tay 8a3a247b11
DEV: Also detect locale of categories and do not translate if already in the locale (#1413)
Previously I had omitted to add `locale` to the category, as categories tended to be just a single word, and I did not find it would be worth to carry locale information.

Due to certain LLMs that do poorer at translation, category descriptions got pretty messy. We added locale support here - https://github.com/discourse/discourse/pull/32962. 

This PR adds the automatic locale detection, and skips translating to the category's locale.
2025-06-06 22:41:48 +08:00
..
categories_locale_detection_backfill.rb DEV: Also detect locale of categories and do not translate if already in the locale (#1413) 2025-06-06 22:41:48 +08:00
category_localization_backfill.rb FEATURE: Automatic translation and localization of posts, topics, categories (#1376) 2025-05-29 17:28:06 +08:00
embeddings_backfill.rb FIX: Embeddings backfill job compat when transitioning models (#1122) 2025-02-12 10:37:45 -03:00
generate_concepts_from_popular_items.rb FEATURE: add inferred concepts system (#1330) 2025-06-02 14:29:20 -03:00
post_localization_backfill.rb FEATURE: Automatic translation and localization of posts, topics, categories (#1376) 2025-05-29 17:28:06 +08:00
posts_locale_detection_backfill.rb FEATURE: Automatic translation and localization of posts, topics, categories (#1376) 2025-05-29 17:28:06 +08:00
remove_orphaned_embeddings.rb FEATURE: configurable embeddings (#1049) 2025-01-21 12:23:19 -03:00
sentiment_backfill.rb FEATURE: Backfill posts sentiment. (#982) 2024-12-03 10:27:03 -03:00
summaries_backfill.rb FEATURE: Changes to summaries' outdated logic. (#1108) 2025-02-04 09:31:11 -03:00
topic_localization_backfill.rb FEATURE: Automatic translation and localization of posts, topics, categories (#1376) 2025-05-29 17:28:06 +08:00
topics_locale_detection_backfill.rb FEATURE: Use different personas to power AI helper features. 2025-06-04 14:23:00 -03:00