mirror of
https://ghfast.top/https://github.com/discourse/discourse-ai.git
synced 2026-07-18 11:49:33 +08:00
* 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> |
||
|---|---|---|
| .. | ||
| ai_api_audit_log_serializer.rb | ||
| ai_chat_channel_serializer.rb | ||
| ai_custom_tool_list_serializer.rb | ||
| ai_custom_tool_serializer.rb | ||
| ai_embedding_definition_serializer.rb | ||
| ai_features_persona_serializer.rb | ||
| ai_inferred_concept_post_serializer.rb | ||
| ai_sentiment_post_serializer.rb | ||
| ai_spam_serializer.rb | ||
| ai_tool_serializer.rb | ||
| ai_topic_summary_serializer.rb | ||
| ai_usage_serializer.rb | ||
| inferred_concept_serializer.rb | ||
| llm_model_serializer.rb | ||
| llm_quota_serializer.rb | ||
| localized_ai_persona_serializer.rb | ||
| reviewable_ai_chat_message_serializer.rb | ||
| reviewable_ai_post_serializer.rb | ||