Spaces:
Sleeping
Sleeping
[data] Commit countries_enriched.json so the app/Space is ready without the pipeline
Browse filesThe 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>
- .gitignore +4 -3
- 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
|
| 37 |
-
|
| 38 |
|
| 39 |
-
# Guidelines RAG index (
|
|
|
|
| 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
|
|
|