discourse-ai/app/serializers
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
..
ai_api_audit_log_serializer.rb FEATURE: improve tool support (#904) 2024-11-12 08:14:30 +11:00
ai_chat_channel_serializer.rb DEV: Use explicit serializers for all models (#691) 2024-06-27 10:43:00 -03:00
ai_custom_tool_list_serializer.rb FEATURE: Native PDF support (#1127) 2025-02-18 09:22:57 +11:00
ai_custom_tool_serializer.rb FEATURE: PDF support for rag pipeline (#1118) 2025-02-14 12:15:07 +11:00
ai_embedding_definition_serializer.rb FEATURE: Formalize support for matryoshka dimensions. (#1083) 2025-01-22 11:26:46 -03:00
ai_features_persona_serializer.rb FEATURE: Configure persona backed features in admin panel (#1245) 2025-04-10 08:16:31 -07:00
ai_inferred_concept_post_serializer.rb FEATURE: add inferred concepts system (#1330) 2025-06-02 14:29:20 -03:00
ai_sentiment_post_serializer.rb FIX: Ensure category badging present in sentiment reports (#1222) 2025-03-26 12:37:41 -07:00
ai_spam_serializer.rb DEV: Add structure for errors in spam (#1054) 2025-01-09 09:17:06 -08:00
ai_tool_serializer.rb DEV: artifact system update (#1096) 2025-02-04 16:27:27 +11:00
ai_topic_summary_serializer.rb FIX: Make summaries backfill job more resilient. (#1071) 2025-01-16 09:42:53 -03:00
ai_usage_serializer.rb FEATURE: Add spending metrics to AI usage (#1268) 2025-04-17 15:09:48 -07:00
inferred_concept_serializer.rb FEATURE: add inferred concepts system (#1330) 2025-06-02 14:29:20 -03:00
llm_model_serializer.rb FEATURE: Add spending metrics to AI usage (#1268) 2025-04-17 15:09:48 -07:00
llm_quota_serializer.rb FEATURE: llm quotas (#1047) 2025-01-14 15:54:09 +11:00
localized_ai_persona_serializer.rb FEATURE: Examples support for personas. (#1334) 2025-05-13 10:06:16 -03:00
reviewable_ai_chat_message_serializer.rb FIX: 500 error when reviewable has a missing message (#397) 2024-01-03 11:49:47 -03:00
reviewable_ai_post_serializer.rb DEV: DiscourseAI -> DiscourseAi rename to have consistent folders and files (#9) 2023-03-14 16:03:50 -03:00