discourse-ai/spec/jobs/scheduled
Rafael dos Santos Silva 478f31de47
FEATURE: add inferred concepts system (#1330)
* FEATURE: add inferred concepts system

This commit adds a new inferred concepts system that:
- Creates a model for storing concept labels that can be applied to topics
- Provides AI personas for finding new concepts and matching existing ones
- Adds jobs for generating concepts from popular topics
- Includes a scheduled job that automatically processes engaging topics

* FEATURE: Extend inferred concepts to include posts

* Adds support for concepts to be inferred from and applied to posts
* Replaces daily task with one that handles both topics and posts
* Adds database migration for posts_inferred_concepts join table
* Updates PersonaContext to include inferred concepts



Co-authored-by: Roman Rizzi <rizziromanalejandro@gmail.com>
Co-authored-by: Keegan George <kgeorge13@gmail.com>
2025-06-02 14:29:20 -03:00
..
embeddings_backfill_spec.rb FEATURE: configurable embeddings (#1049) 2025-01-21 12:23:19 -03:00
generate_concepts_from_popular_items_spec.rb FEATURE: add inferred concepts system (#1330) 2025-06-02 14:29:20 -03:00
post_localization_backfill_spec.rb FEATURE: Automatic translation and localization of posts, topics, categories (#1376) 2025-05-29 17:28:06 +08:00
posts_locale_detection_backfill_spec.rb FEATURE: Automatic translation and localization of posts, topics, categories (#1376) 2025-05-29 17:28:06 +08:00
remove_orphaned_embeddings_spec.rb FEATURE: configurable embeddings (#1049) 2025-01-21 12:23:19 -03:00
sentiment_backfill_spec.rb FEATURE: Backfill posts sentiment. (#982) 2024-12-03 10:27:03 -03:00
summaries_backfill_spec.rb DEV: Zero delays on fake endpoint used in tests (#1311) 2025-05-05 17:47:32 -03:00
topics_locale_detection_backfill_spec.rb FEATURE: Automatic translation and localization of posts, topics, categories (#1376) 2025-05-29 17:28:06 +08:00