discourse-ai/lib
Roman Rizzi 1b1b44353b
FEATURE: Changes to summaries' outdated logic. (#1108)
Before this change, a summary was only outdated when new content appeared, for topics with "best replies", when the query returned different results. The intent behind this change is to detect when a summary is outdated as a result of an edit.

Additionally, we are changing the backfill candidates query to compare "ai_summary_backfill_topic_max_age_days" against "last_posted_at" instead of "created_at", to catch long-lived, active topics. This was discussed here: https://meta.discourse.org/t/ai-summarization-backfill-is-stuck-keeps-regenerating-the-same-topic/347088/14?u=roman_rizzi
2025-02-04 09:31:11 -03:00
..
ai_bot DEV: artifact system update (#1096) 2025-02-04 16:27:27 +11:00
ai_helper FEATURE: configurable embeddings (#1049) 2025-01-21 12:23:19 -03:00
ai_moderation FIX: Make sure DiscoursePrometheus is installed when collecting metrics (#1107) 2025-02-03 11:04:25 -03:00
automation FIX: Triage rule should append selected tags instead of replacing them (#1022) 2024-12-11 11:19:44 -03:00
completions DEV: artifact system update (#1096) 2025-02-04 16:27:27 +11:00
configuration DEV: Only permit config of allowed seeded models (#1103) 2025-01-31 13:01:15 -08:00
database DEV: port directory structure to Zeitwerk (#319) 2023-11-29 15:17:46 +11:00
discord/bot FEATURE: Use persona default LLM for Discord integration (#1104) 2025-01-31 18:11:20 -03:00
embeddings DEV: Improve embedding configs validations (#1101) 2025-01-30 14:16:56 -03:00
inference FEATURE: configurable embeddings (#1049) 2025-01-21 12:23:19 -03:00
sentiment UX: Make sentiment trends more readable (#1018) 2024-12-11 09:13:18 -08:00
summarization FEATURE: Changes to summaries' outdated logic. (#1108) 2025-02-04 09:31:11 -03:00
tasks/modules FIX: Embeddings backfill rake task was using old code (#1084) 2025-01-22 14:00:26 -03:00
tokenizer FEATURE: Gemini Tokenizer (#1088) 2025-01-23 18:20:35 -03:00
utils FIX: need to be able to search replace within lines (#1110) 2025-02-04 18:16:52 +11:00
automation.rb FIX: AI Automation scripts were broken when using seeded models (#991) 2024-12-02 19:07:05 -03:00
engine.rb DEV: port directory structure to Zeitwerk (#319) 2023-11-29 15:17:46 +11:00
guardian_extensions.rb FEATURE: Calculate gists from non hot topics too (#958) 2024-11-26 13:44:12 -03:00
multisite_hash.rb FIX: properly cache user locale (#593) 2024-04-26 09:28:35 -03:00
post_extensions.rb FEATURE: Backfill posts sentiment. (#982) 2024-12-03 10:27:03 -03:00
summarization.rb FEATURE: Generate topic gists for the hot topics list. (#837) 2024-10-18 18:01:39 -03:00
topic_extensions.rb PERF: Preload only gists when including summaries in topic list (#948) 2024-11-25 12:24:02 -03:00