Add docs to download overture places data & ollama model (#13)

* Add docs to download overture places data & ollama model
* Hit local overture parquet files
* Add osx gitignore
* Add .env.example
* Make overture data source selectable using .env
* Add pytest marker to set right ENV vars during CI

---------

Co-authored-by: Daniel Wiesmann <yellowcap@users.noreply.github.com>
This commit is contained in:
Soumya Ranjan Mohanty
2025-12-04 22:11:10 +05:30
committed by GitHub
parent 16f39f908f
commit be8affaa6c
10 changed files with 1848 additions and 1777 deletions
+16
View File
@@ -0,0 +1,16 @@
# Ollama Configuration
OLLAMA_AGENT_MODEL=gpt-oss:20b-cloud
OLLAMA_IMAGE_MODEL=ministral-3:14b-cloud
OLLAMA_BASE_URL=http://localhost:11434
# Overture Maps Configuration
# Source: 'local' or 's3'
OVERTURE_SOURCE=local
OVERTURE_LOCAL_PATH=data/overture/places/*
OVERTURE_S3_PATH=s3://overturemaps-us-west-2/release/2025-11-19.0/theme=places/type=place/*
# Frontend Configuration
# API base URL for the frontend to connect to (default: http://localhost:8000)
API_BASE_URL=http://localhost:8000
AWS_REQUEST_PAYER=requester