mirror of
https://ghfast.top/https://github.com/discourse/discourse-ai.git
synced 2026-07-17 11:46:28 +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.rb | ||
| ai_artifact.rb | ||
| ai_artifact_version.rb | ||
| ai_moderation_setting.rb | ||
| ai_persona.rb | ||
| ai_spam_log.rb | ||
| ai_summary.rb | ||
| ai_tool.rb | ||
| chat_message_custom_prompt.rb | ||
| classification_result.rb | ||
| completion_prompt.rb | ||
| embedding_definition.rb | ||
| inferred_concept.rb | ||
| inferred_concept_post.rb | ||
| inferred_concept_topic.rb | ||
| llm_model.rb | ||
| llm_quota.rb | ||
| llm_quota_usage.rb | ||
| model_accuracy.rb | ||
| post_custom_prompt.rb | ||
| rag_document_fragment.rb | ||
| reviewable_ai_chat_message.rb | ||
| reviewable_ai_post.rb | ||
| shared_ai_conversation.rb | ||