discourse-ai/spec/lib/modules
Sam dcafc8032f
FIX: improve embedding generation (#452)
1. on failure we were queuing a job to generate embeddings, it had the wrong params. This is both fixed and covered in a test.
2. backfill embedding in the order of bumped_at, so newest content is embedded first, cover with a test
3. add a safeguard for hidden site setting that only allows batches of 50k in an embedding job run

Previously old embeddings were updated in a random order, this changes it so we update in a consistent order
2024-01-31 10:38:47 -03:00
..
ai_bot UX: Validations to LLM-backed features (except AI Bot) (#436) 2024-01-29 16:04:25 -03:00
ai_helper UX: Validations to LLM-backed features (except AI Bot) (#436) 2024-01-29 16:04:25 -03:00
automation FEATURE: allow excluding tags and categories from LLM report (#447) 2024-01-30 15:55:05 +11:00
embeddings FIX: improve embedding generation (#452) 2024-01-31 10:38:47 -03:00
nsfw DEV: Fix various typos (#434) 2024-01-19 12:51:26 +01:00
sentiment DEV: Fix various typos (#434) 2024-01-19 12:51:26 +01:00
summarization/strategies UX: Validations to LLM-backed features (except AI Bot) (#436) 2024-01-29 16:04:25 -03:00
toxicity DEV: Fix various typos (#434) 2024-01-19 12:51:26 +01:00