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
aa2f66ac9f
feat(analysis): fetch real MP metadata, fix anchor axis for party-level actors
...
- fetch_mp_metadata: use real OData URL with pagination (1200 records, 5 pages)
uses Fractie.Afkorting not NaamNL for abbreviation matching
skips Verwijderd=true records
- upsert_mp_metadata: keep most recent membership (prefer active over ended,
then higher Van date) so current party affiliations are not overwritten by historical
- compute_anchor_axis: anchor directly on party-level SVD entities (GroenLinks-PvdA etc)
before falling back to mp_metadata individual MP lookup
- test_fetch_mp_metadata: fix mock for timeout kwarg + pagination + Afkorting field
- Generated anchor axis HTML for 2025-Q2 through 2026-Q1 in outputs/
3 months ago
analysis
feat(analysis): fetch real MP metadata, fix anchor axis for party-level actors
3 months ago
docs/ admin
feat(pipeline): implement parliamentary embedding pipeline MVP
3 months ago
migrations
feat(pipeline): implement parliamentary embedding pipeline MVP
3 months ago
outputs
feat(analysis): fetch real MP metadata, fix anchor axis for party-level actors
3 months ago
pipeline
feat(analysis): fetch real MP metadata, fix anchor axis for party-level actors
3 months ago
scripts
fix(pipeline): fix API pagination, add skip_details fast path, bulk mp_votes insert
3 months ago
src/ types
feat(pipeline): implement parliamentary embedding pipeline MVP
3 months ago
tests
feat(analysis): fetch real MP metadata, fix anchor axis for party-level actors
3 months ago
thoughts
feat(pipeline): implement parliamentary embedding pipeline MVP
3 months ago
tools
feat(pipeline): implement parliamentary embedding pipeline MVP
3 months ago
.drone.yml
feat(pipeline): implement parliamentary embedding pipeline MVP
3 months ago
.gitignore
feat(pipeline): implement parliamentary embedding pipeline MVP
3 months ago
.python-version
feat(pipeline): implement parliamentary embedding pipeline MVP
3 months ago
ARCHITECTURE.md
feat(pipeline): implement parliamentary embedding pipeline MVP
3 months ago
CODE_STYLE.md
feat(pipeline): implement parliamentary embedding pipeline MVP
3 months ago
Dockerfile
feat(pipeline): implement parliamentary embedding pipeline MVP
3 months ago
EMBEDDING_ANALYSIS.md
feat(pipeline): implement parliamentary embedding pipeline MVP
3 months ago
README.md
feat(pipeline): implement parliamentary embedding pipeline MVP
3 months ago
ai_provider.py
feat(pipeline): implement parliamentary embedding pipeline MVP
3 months ago
api_client.py
fix(pipeline): fix API pagination, add skip_details fast path, bulk mp_votes insert
3 months ago
app.py
feat(pipeline): implement parliamentary embedding pipeline MVP
3 months ago
config.py
feat(pipeline): implement parliamentary embedding pipeline MVP
3 months ago
database.py
feat(analysis): fetch real MP metadata, fix anchor axis for party-level actors
3 months ago
docker-compose.yml
feat(pipeline): implement parliamentary embedding pipeline MVP
3 months ago
fix_database.py
feat(pipeline): implement parliamentary embedding pipeline MVP
3 months ago
main.py
feat(pipeline): implement parliamentary embedding pipeline MVP
3 months ago
pyproject.toml
feat(pipeline): add orchestrator CLI, analysis modules, and ActorFractie ingestion
3 months ago
read.py
feat(pipeline): implement parliamentary embedding pipeline MVP
3 months ago
reset.py
feat(pipeline): implement parliamentary embedding pipeline MVP
3 months ago
scheduler.py
feat(pipeline): implement parliamentary embedding pipeline MVP
3 months ago
scraper.py
feat(pipeline): implement parliamentary embedding pipeline MVP
3 months ago
summarizer.py
feat(pipeline): implement parliamentary embedding pipeline MVP
3 months ago
test.py
feat(pipeline): implement parliamentary embedding pipeline MVP
3 months ago
uv.lock
feat(pipeline): add orchestrator CLI, analysis modules, and ActorFractie ingestion
3 months ago
verify.py
feat(pipeline): implement parliamentary embedding pipeline MVP
3 months ago