discourse-ai/spec
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
..
configuration FEATURE: configurable embeddings (#1049) 2025-01-21 12:23:19 -03:00
db/migrate FIX: Open AI embeddings config migration & Seeded indexes cleanup & (#1092) 2025-01-27 15:24:43 -03:00
fabricators FEATURE: configurable embeddings (#1049) 2025-01-21 12:23:19 -03:00
fixtures FEATURE: AI Usage page (#964) 2024-11-29 06:26:48 +11:00
jobs FEATURE: Changes to summaries' outdated logic. (#1108) 2025-02-04 09:31:11 -03:00
lib FEATURE: Changes to summaries' outdated logic. (#1108) 2025-02-04 09:31:11 -03:00
models DEV: artifact system update (#1096) 2025-02-04 16:27:27 +11:00
requests FEATURE: Formalize support for matryoshka dimensions. (#1083) 2025-01-22 11:26:46 -03:00
serializers DEV: Fix new Rubocop offenses 2024-03-06 15:23:29 +01:00
services FIX: Make summaries backfill job more resilient. (#1071) 2025-01-16 09:42:53 -03:00
shared FEATURE: Gemini Tokenizer (#1088) 2025-01-23 18:20:35 -03:00
support FEATURE: configurable embeddings (#1049) 2025-01-21 12:23:19 -03:00
system DEV: converts llm admin page to use form kit (#1099) 2025-02-04 11:51:01 +01:00
tasks DEV: Add rake task to send topics or posts to spam scanner (#1059) 2025-01-15 11:48:57 +08:00
plugin_helper.rb DEV: Fix mismatched column types (#868) 2024-10-28 15:36:42 +02:00
plugin_spec.rb FEATURE: smart date support for AI helper (#1044) 2024-12-31 08:04:25 +11:00