discourse-ai/assets/javascripts/discourse
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
..
admin FEATURE: Examples support for personas. (#1334) 2025-05-13 10:06:16 -03:00
components FEATURE: add inferred concepts system (#1330) 2025-06-02 14:29:20 -03:00
connectors FIX: Full page search broken (#1383) 2025-05-30 10:07:48 +08:00
controllers FEATURE: hashtag and mention autocomplete for first bot message (#1342) 2025-05-16 16:19:20 +10:00
lib FEATURE: simplify streaming implementation - rush last update (#1380) 2025-05-30 06:50:12 +10:00
routes FEATURE: Auto image captions (#637) 2024-05-27 10:49:24 -07:00
services DEV: Move the stop-forcing-conversations-sidebar appEvents trigger (#1353) 2025-05-20 15:06:54 -05:00
templates FEATURE: hashtag and mention autocomplete for first bot message (#1342) 2025-05-16 16:19:20 +10:00
admin-discourse-ai-plugin-route-map.js FEATURE: Configure persona backed features in admin panel (#1245) 2025-04-10 08:16:31 -07:00
admin-discourse-ai-route-map.js FEATURE: Expose sentiment classifications via the admin dashboard. (#284) 2023-11-08 10:50:37 -03:00
discourse-ai-bot-dashboard-route-map.js FEATURE: Bot Conversation Homepage (#1273) 2025-04-22 10:22:03 -05:00
discourse-ai-shared-conversation-show-route-map.js FEATURE: Share conversations with AI via a URL (#521) 2024-03-12 16:51:41 +11:00
preferences-ai-route-map.js FEATURE: Auto image captions (#637) 2024-05-27 10:49:24 -07:00