You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
oabrivard 7ba1da4d92 fix: use batch_size=1 for diversity test + rename Autre to Divers in overflow test
Diversity filter works across batches (source_counts updated after classify).
With batch_size=5, all 3 articles fit in one batch, bypassing the filter.
batch_size=1 forces per-article processing so the filter triggers.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
3 months ago
..
migrations feat: create themes table and migrate content settings from settings 3 months ago
src fix: mock provider returns today's date in classify response 3 months ago
tests fix: use batch_size=1 for diversity test + rename Autre to Divers in overflow test 3 months ago
Cargo.lock feat: add pipeline integration tests with MockLlmProvider and wiremock 3 months ago
Cargo.toml feat: add pipeline integration tests with MockLlmProvider and wiremock 3 months ago
Dockerfile