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
4c6381b09a
feat: add batch_size setting for Phase 1 parallelism
...
Add a user-configurable batch_size setting (default 5, range 1-20)
that controls how many articles are processed in parallel during
Phase 1 scrape+classify. Previously hardcoded to 5.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
3 months ago
..
20260321000001_create_users.sql
…
20260321000002_create_sessions.sql
…
20260321000003_create_magic_tokens.sql
…
20260321000004_create_settings.sql
…
20260321000005_create_sources.sql
…
20260321000006_create_providers.sql
Phase 3: Admin module with provider/model curation, rate limits, user management
3 months ago
20260321000007_create_rate_limits.sql
Phase 3: Admin module with provider/model curation, rate limits, user management
3 months ago
20260321000008_create_user_api_keys.sql
Phase 4: LLM provider abstraction with Gemini, user API key encryption
3 months ago
20260321000009_create_syntheses.sql
Phase 5: Generation pipeline with SSE progress, syntheses CRUD
3 months ago
20260321000010_add_settings_v2_fields.sql
v2: add settings migration, model expansion, DB queries (provider, models, rate limits)
3 months ago
20260322000011_widen_key_prefix.sql
fix: runtime bugs found during first Docker run + integration tests
3 months ago
20260323000012_add_max_articles_per_source.sql
feat: add max_articles_per_source setting (migration + model + DB)
3 months ago
20260323000013_add_source_diversity_window.sql
feat: add source_diversity_window setting (migration + model + DB + validation tests)
3 months ago
20260324000014_add_llm_scraping_settings.sql
feat: add use_llm_for_source_links and use_llm_for_article_extraction settings
3 months ago
20260324000015_add_article_history.sql
feat: add article_history table and article_history_days setting
3 months ago
20260324000016_enrich_article_history.sql
feat: enrich article_history with tracing metadata + syntheses.job_id
3 months ago
20260324000017_create_llm_call_log.sql
feat: create llm_call_log table + DB module
3 months ago
20260325000018_drop_deprecated_settings.sql
feat: drop source_diversity_window and use_llm_for_article_extraction settings
3 months ago
20260325000019_model_split.sql
feat: split model selection — scraping vs websearch with GPT-5 models
3 months ago
20260325000020_add_batch_size_setting.sql
feat: add batch_size setting for Phase 1 parallelism
3 months ago