helmo Codex commited on
Commit
4bf5ceb
·
unverified ·
1 Parent(s): 3010c3f

[data] Commit countries_enriched.json so the app/Space is ready without the pipeline

Browse files

The enriched stats overlay (227 KB) was gitignored as a regenerable artifact, but
committing it means prod (and the HF Space) has full country stats immediately,
with no need to run enrich_downloader.py. The 23 MB RAG index stays out of git and
is uploaded to the Space via 'hf upload' (LFS). country_lookup still falls back to
the curated countries.json if either is absent.

Co-authored-by: Codex <noreply@openai.com>

Files changed (2) hide show
  1. .gitignore +4 -3
  2. specs/data/countries_enriched.json +0 -0
.gitignore CHANGED
@@ -33,8 +33,9 @@ htmlcov/
33
  data/raw/*.json
34
  data/processed/*.json
35
 
36
- # Enriched countries file (regenerate with data/scripts/enrich_downloader.py)
37
- specs/data/countries_enriched.json
38
 
39
- # Guidelines RAG index (regenerate with data/scripts/build_guidelines_index.py)
 
40
  specs/data/guidelines_index.json
 
33
  data/raw/*.json
34
  data/processed/*.json
35
 
36
+ # Enriched countries file is committed so the app/Space is ready without running
37
+ # the pipeline (it's small; regenerate with data/scripts/enrich_downloader.py).
38
 
39
+ # Guidelines RAG index (23 MB — not committed; uploaded to the Space via `hf
40
+ # upload`, which handles LFS. Regenerate with data/scripts/build_guidelines_index.py)
41
  specs/data/guidelines_index.json
specs/data/countries_enriched.json ADDED
The diff for this file is too large to render. See raw diff