Improve LLM

This commit is contained in:
Andras Schmelczer 2026-03-15 14:05:34 +00:00
parent 02712f41e8
commit 80c093b7ba
16 changed files with 898 additions and 278 deletions

View file

@ -21,6 +21,15 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up uv
uses: astral-sh/setup-uv@v4
- name: Download map assets (fonts, sprites, twemoji)
run: uv run python -m pipeline.download.map_assets --output frontend/public/assets
- name: Download arcgis data for finder
run: uv run python -m pipeline.download.arcgis --output property-data/arcgis_data.parquet
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
@ -64,12 +73,6 @@ jobs:
cache-from: type=gha,scope=screenshot
cache-to: type=gha,mode=max,scope=screenshot
- name: Set up uv
uses: astral-sh/setup-uv@v4
- name: Download arcgis data for finder
run: uv run python -m pipeline.download.arcgis --output property-data/arcgis_data.parquet
- name: Build and push finder service
uses: docker/build-push-action@v6
with: