discourse-ai/lib/summarization
Roman Rizzi 530a795d43
FIX: Instruct AR that we want to use ai_summaries for filtering. (#927)
We use `includes` instead of `joins` because we want to eager-load summaries, avoiding an extra query when summarizing. However, Rails will complain unless you explicitly inform them you plan to use that inside a `WHERE` clause.
2024-11-19 17:32:13 -03:00
..
strategies FEATURE: Double gist length to 40 words (#888) 2024-11-01 13:09:03 -03:00
entry_point.rb FIX: Instruct AR that we want to use ai_summaries for filtering. (#927) 2024-11-19 17:32:13 -03:00
fold_content.rb FIX: Regenerate summary button still shows cached summary (#903) 2024-11-07 16:01:18 -08:00