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
847b783877
fix(pipeline): fix API pagination, add skip_details fast path, bulk mp_votes insert
- _get_voting_records returns (records, besluit_meta) tuple; paginate via Besluit?expand=Stemming (469/mo vs 8400)
- get_motions(skip_details=True) bypasses per-motion detail chain (3 HTTP calls/motion)
- extract_mp_votes rewritten: bulk DataFrame insert (80k rows in 1.9s), includes party-level actors
- run_pipeline.py fixed: pass db_path not db, handle dict/int return types
- download_past_year.py: skip_details=True default, limit-per-chunk default 50000
|
1 month ago |
|
analysis
|
feat(pipeline): add orchestrator CLI, analysis modules, and ActorFractie ingestion
|
1 month ago |
|
docs/admin
|
feat(pipeline): implement parliamentary embedding pipeline MVP
|
1 month ago |
|
migrations
|
feat(pipeline): implement parliamentary embedding pipeline MVP
|
1 month ago |
|
pipeline
|
fix(pipeline): fix API pagination, add skip_details fast path, bulk mp_votes insert
|
1 month ago |
|
scripts
|
fix(pipeline): fix API pagination, add skip_details fast path, bulk mp_votes insert
|
1 month ago |
|
src/types
|
feat(pipeline): implement parliamentary embedding pipeline MVP
|
1 month ago |
|
tests
|
feat(pipeline): add orchestrator CLI, analysis modules, and ActorFractie ingestion
|
1 month ago |
|
thoughts
|
feat(pipeline): implement parliamentary embedding pipeline MVP
|
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 |
|
.gitignore
|
feat(pipeline): implement parliamentary embedding pipeline MVP
|
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(pipeline): implement parliamentary embedding pipeline MVP
|
1 month ago |
|
api_client.py
|
fix(pipeline): fix API pagination, add skip_details fast path, bulk mp_votes insert
|
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(pipeline): add orchestrator CLI, analysis modules, and ActorFractie ingestion
|
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 |