Logo
Explore Help
Sign In
discourse/discourse-ai
1
0
Fork 0
You've already forked discourse-ai
mirror of https://github.com/discourse/discourse-ai.git synced 2025-07-10 08:03:28 +00:00
Code Issues Packages Projects Releases Wiki Activity
discourse-ai/db/migrate/20241031145203_track_ai_summary_origin.rb

7 lines
159 B
Ruby
Raw Permalink Normal View History

FEATURE: Automatically backfill regular summaries. (#892) This change introduces a job to summarize topics and cache the results automatically. We provide a setting to control how many topics we'll backfill per hour and what the topic's minimum word count is to qualify. We'll prioritize topics without summary over outdated ones.
2024-11-04 17:48:11 -03:00
# frozen_string_literal: true
class TrackAiSummaryOrigin < ActiveRecord::Migration[7.1]
def change
add_column :ai_summaries, :origin, :integer
end
end
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 94ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API