mirror of
https://github.com/dataforcanada/d4c-service-geo-assistant.git
synced 2026-06-13 14:31:01 +02:00
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:
committed by
GitHub
parent
16f39f908f
commit
be8affaa6c
@@ -212,3 +212,10 @@ __marimo__/
|
||||
# Notebook
|
||||
.ipynb_checkpoints
|
||||
nbs/*
|
||||
!nbs/.gitkeep
|
||||
|
||||
# OSX
|
||||
.DS_Store
|
||||
# Data
|
||||
data/*
|
||||
!data/.gitkeep
|
||||
Reference in New Issue
Block a user