You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sven Geboers
daa22c5e2b
feat: complete parliamentary embedding pipeline with full historical coverage
- Add fused (SVD + text) embedding pipeline for annual windows 2016-2026
- Fix store_fused_embedding duplicate bug: DELETE before INSERT (idempotent)
- Add --text-batch-size CLI flag to run_pipeline.py (default 200)
- Add explicit --start-date/--end-date to download_past_year.py
- Backfill mp_votes for all motions (party-level votes, 111k new rows)
- Add similarity cache recompute: 212k rows across 9 annual windows
- Improve ai_provider retry logic, text_pipeline batching
- Improve analysis/political_axis PCA handling and visualizations
- Add diagnostic/utility scripts: compare_svd, generate_compass, inspect_axis, etc.
- Untrack data/motions.db (3.6GB binary), add to .gitignore with outputs/
- Update continuity ledger with full session state
|
1 month ago |
|
analysis
|
feat: complete parliamentary embedding pipeline with full historical coverage
|
1 month ago |
|
docs/admin
|
feat(pipeline): implement parliamentary embedding pipeline MVP
|
1 month ago |
|
migrations
|
feat(similarity): add precomputed similarity cache, fix fusion N+1, add 429 retry
|
1 month ago |
|
pipeline
|
feat: complete parliamentary embedding pipeline with full historical coverage
|
1 month ago |
|
scripts
|
feat: complete parliamentary embedding pipeline with full historical coverage
|
1 month ago |
|
similarity
|
feat(similarity): add precomputed similarity cache, fix fusion N+1, add 429 retry
|
1 month ago |
|
src/types
|
feat(pipeline): implement parliamentary embedding pipeline MVP
|
1 month ago |
|
tests
|
feat: complete parliamentary embedding pipeline with full historical coverage
|
1 month ago |
|
thoughts
|
feat: complete parliamentary embedding pipeline with full historical coverage
|
1 month ago |
|
tools
|
feat(pipeline): implement parliamentary embedding pipeline MVP
|
1 month ago |
|
.drone.yml
|
feat(pipeline): implement parliamentary embedding pipeline MVP
|
1 month ago |
|
.env
|
feat(analysis): add 2D political compass and 2D trajectories
|
1 month ago |
|
.gitignore
|
feat: complete parliamentary embedding pipeline with full historical coverage
|
1 month ago |
|
.python-version
|
feat(pipeline): implement parliamentary embedding pipeline MVP
|
1 month ago |
|
ARCHITECTURE.md
|
feat(pipeline): implement parliamentary embedding pipeline MVP
|
1 month ago |
|
CODE_STYLE.md
|
feat(pipeline): implement parliamentary embedding pipeline MVP
|
1 month ago |
|
Dockerfile
|
feat(pipeline): implement parliamentary embedding pipeline MVP
|
1 month ago |
|
EMBEDDING_ANALYSIS.md
|
feat(pipeline): implement parliamentary embedding pipeline MVP
|
1 month ago |
|
README.md
|
feat(pipeline): implement parliamentary embedding pipeline MVP
|
1 month ago |
|
ai_provider.py
|
feat: complete parliamentary embedding pipeline with full historical coverage
|
1 month ago |
|
api_client.py
|
feat: complete parliamentary embedding pipeline with full historical coverage
|
1 month ago |
|
app.py
|
feat(pipeline): implement parliamentary embedding pipeline MVP
|
1 month ago |
|
config.py
|
feat(pipeline): implement parliamentary embedding pipeline MVP
|
1 month ago |
|
database.py
|
feat: complete parliamentary embedding pipeline with full historical coverage
|
1 month ago |
|
docker-compose.yml
|
feat(pipeline): implement parliamentary embedding pipeline MVP
|
1 month ago |
|
fix_database.py
|
feat(pipeline): implement parliamentary embedding pipeline MVP
|
1 month ago |
|
main.py
|
feat(pipeline): implement parliamentary embedding pipeline MVP
|
1 month ago |
|
pyproject.toml
|
feat(pipeline): add orchestrator CLI, analysis modules, and ActorFractie ingestion
|
1 month ago |
|
read.py
|
feat(pipeline): implement parliamentary embedding pipeline MVP
|
1 month ago |
|
reset.py
|
feat(pipeline): implement parliamentary embedding pipeline MVP
|
1 month ago |
|
scheduler.py
|
feat(pipeline): implement parliamentary embedding pipeline MVP
|
1 month ago |
|
scraper.py
|
feat(pipeline): implement parliamentary embedding pipeline MVP
|
1 month ago |
|
summarizer.py
|
feat(pipeline): implement parliamentary embedding pipeline MVP
|
1 month ago |
|
test.py
|
feat(pipeline): implement parliamentary embedding pipeline MVP
|
1 month ago |
|
uv.lock
|
feat(pipeline): add orchestrator CLI, analysis modules, and ActorFractie ingestion
|
1 month ago |
|
verify.py
|
feat(pipeline): implement parliamentary embedding pipeline MVP
|
1 month ago |