# 要約の再生成プロセスはどのように機能しますか？

**URL:** https://meta.discourse.org/t/how-does-regenerating-summaries-work/333408
**Category:** Support
**Tags:** ai, ai-summarize
**Created:** [2024 年 10 月 29 日午後 2:20 UTC](https://meta.discourse.org/t/how-does-regenerating-summaries-work/333408 "2024-10-29T14:20:59Z")
**Posts on this page:** 1
**Showing post:** 18

<div class="post-metadata">

### Author: ![markschmucker](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/markschmucker/32/141599_2.png) [@markschmucker](https://meta.discourse.org/u/markschmucker)
#### Post date: [2024 年 12 月 30 日午後 8:37 UTC](https://meta.discourse.org/t/how-does-regenerating-summaries-work/333408/18 "2024-12-30T20:37:03Z")

</div>

問題が見つかりました。`ai summary backfill topic max age days` を `topic.created_at` と比較していますが、`updated_at` ではありません。これを `updated_at` に変更すべきだと思います。2年前に作成された非常にアクティブなトピックが毎週新しい投稿を受け取っていますが、最大期間を90日または1年に設定すると、それらのトピックは要約されなくなります。

変更をご検討ください。

`.where("topics.created_at > current_timestamp - INTERVAL '#{max_age_days.to_i} DAY'")`

---

_[View the full topic](https://meta.discourse.org/t/how-does-regenerating-summaries-work/333408)._
