discourse-ai/spec
Roman Rizzi e54f2da1a5
FIX: Unnecessary complex preloading accidentally filters some topics. (#945)
The `topic_query_create_list_topics` modifier we append was always meant to avoid an N+1 situation when serializing gists. However, I tried to be too smart and only preload these, which resulted in some topics with *only* regular summaries getting removed from the list. This issue became apparent now we are adding gists to other lists besides hot.

Let's simplify the preloading, which still solves the N+1 issue, and let the serializer get the needed summary.
2024-11-22 12:07:27 -03:00
..
configuration FIX: Correctly display errors when parent module needs to be disabled first (#788) 2024-08-30 17:16:11 -03:00
db/migrate Migrate sentiment to a TEI backend (#886) 2024-11-04 09:14:34 -03:00
fabricators FEATURE: Add support for Mistral models (#919) 2024-11-19 17:28:09 +11:00
fixtures FEATURE: AI artifacts (#898) 2024-11-19 09:22:39 +11:00
jobs FEATURE: Extend summary backfill to also generate gists (#896) 2024-11-07 13:40:18 -03:00
lib FIX: Unnecessary complex preloading accidentally filters some topics. (#945) 2024-11-22 12:07:27 -03:00
models DEV: Prefer ENV key for seeded models (#893) 2024-11-05 06:19:13 -08:00
requests FIX: automatically bust cache for share ai assets (#942) 2024-11-22 11:23:15 +11:00
serializers DEV: Fix new Rubocop offenses 2024-03-06 15:23:29 +01:00
services/discourse_ai REFACTOR: Support of different summarization targets/prompts. (#835) 2024-10-15 13:53:26 -03:00
shared Migrate sentiment to a TEI backend (#886) 2024-11-04 09:14:34 -03:00
support Migrate sentiment to a TEI backend (#886) 2024-11-04 09:14:34 -03:00
system FEATURE: AI artifacts (#898) 2024-11-19 09:22:39 +11:00
tasks Migrate sentiment to a TEI backend (#886) 2024-11-04 09:14:34 -03:00
plugin_helper.rb DEV: Fix mismatched column types (#868) 2024-10-28 15:36:42 +02:00
plugin_spec.rb DEV: Hide soon to be deprecated modules settings (#872) 2024-10-28 14:27:25 -03:00