discourse-ai/app/jobs/scheduled
Roman Rizzi 534b0df391
REFACTOR: Separation of concerns for embedding generation. (#1027)
In a previous refactor, we moved the responsibility of querying and storing embeddings into the `Schema` class. Now, it's time for embedding generation.

The motivation behind these changes is to isolate vector characteristics in simple objects to later replace them with a DB-backed version, similar to what we did with LLM configs.
2024-12-16 09:55:39 -03:00
..
embeddings_backfill.rb REFACTOR: Separation of concerns for embedding generation. (#1027) 2024-12-16 09:55:39 -03:00
sentiment_backfill.rb FEATURE: Backfill posts sentiment. (#982) 2024-12-03 10:27:03 -03:00
summaries_backfill.rb FIX: Make sure gists are atleast five minutes old before updating them (#1029) 2024-12-13 19:36:34 -03:00