Tarik Moussa
b61d84d4bd
feat(F-16): chunk quality gate + section classification
- codex/quality.py: 3-signal filter (length / alpha-ratio / bib-score)
+ rule-based section classifier + run_quality_pass retroactive DB pass
- codex/ingest.py: promote quality imports to module level; apply
filter_chunks before embedding; store section column in chunks INSERT
- codex/config.py: CHUNK_MIN_CHARS / CHUNK_MIN_ALPHA_RATIO / CHUNK_MAX_BIB_SCORE
- infra/schema.sql: ALTER TABLE chunks ADD COLUMN IF NOT EXISTS section TEXT
- .env.example: document F-16 quality thresholds
- codex/cli.py: quality run sub-command (scope by --paper-id or all papers)
- tests/quality/: 35 new tests covering all quality functions
- tests/ingest/: patch filter_chunks in source-path tests to isolate ingest
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-15 03:22:11 +02:00
..
2026-06-14 02:23:21 +02:00
2026-06-07 23:14:52 +02:00
2026-06-04 11:19:10 +02:00
2026-06-15 03:07:06 +02:00
2026-06-15 03:22:11 +02:00
2026-06-15 03:22:11 +02:00
2026-06-04 11:19:10 +02:00
2026-06-05 07:13:01 +02:00
2026-06-04 23:48:06 +02:00
2026-06-15 03:22:11 +02:00
2026-06-14 14:55:29 +02:00
2026-06-14 01:16:24 +02:00
2026-06-05 07:13:01 +02:00
2026-06-15 03:22:11 +02:00
2026-06-14 08:52:35 +02:00
2026-06-14 05:11:06 +02:00