Spaces:
Sleeping
Sleeping
Deploy: Stack A (NIM brain + Maverick judge + Sarvam voice). D-019.
Browse files- Dockerfile +6 -0
Dockerfile
CHANGED
|
@@ -46,6 +46,12 @@ COPY backend ./backend
|
|
| 46 |
COPY rag ./rag
|
| 47 |
COPY eval ./eval
|
| 48 |
COPY docs ./docs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 49 |
|
| 50 |
# Pull the large data (corpus PDFs + pre-built Chroma vectors + extracted JSONs)
|
| 51 |
# from the companion HF dataset rather than baking it into the Space repo.
|
|
|
|
| 46 |
COPY rag ./rag
|
| 47 |
COPY eval ./eval
|
| 48 |
COPY docs ./docs
|
| 49 |
+
# Curated structured data the backend reads at request time:
|
| 50 |
+
# - data/reviews/<slug>.json β /api/insurers/{slug}/reviews
|
| 51 |
+
# - data/policy_facts/*.json β marketplace + scorecard fact cards
|
| 52 |
+
# - data/premiums/*.json β premium calculator illustrative baseline
|
| 53 |
+
# Total ~2.3 MB β small enough to bake into the Space image.
|
| 54 |
+
COPY data ./data
|
| 55 |
|
| 56 |
# Pull the large data (corpus PDFs + pre-built Chroma vectors + extracted JSONs)
|
| 57 |
# from the companion HF dataset rather than baking it into the Space repo.
|