Commit History

Merge pull request #9 from developmentseed/feature/expose-api-hf-deployment
02b8f92
unverified

Daniel Wiesmann commited on

Expose the API alongside the Streamlit demo in the HF Space via nginx
7cc374f

Daniel Wiesmann commited on

Merge pull request #8 from developmentseed/feature/unify-search-api
1d60967
unverified

Daniel Wiesmann commited on

Unify /search and /search/fuzzy under a mode param; add OpenAPI response models
34bbe35

Daniel Wiesmann commited on

Merge pull request #7 from developmentseed/feature/fuzzy-search-endpoint
d55fc29
unverified

Daniel Wiesmann commited on

fix: point NATURAL_EARTH_PATH to test_ne_geography.parquet tracked in git
059dfce

Daniel Wiesmann commited on

fix: use module-scoped con fixture to avoid repeated LOAD spatial overhead
943ec7e

Daniel Wiesmann commited on

Add minimal parquet fixture data for CI tests
89d539f

Daniel Wiesmann commited on

Add ruff.toml and fix lint errors (imports, type hints, formatting)
ad8201c

Daniel Wiesmann commited on

Fix ruff formatting across all source and test files
61f1033

Daniel Wiesmann commited on

Drop 3.14 from CI test matrix
d4fae95

Daniel Wiesmann commited on

Add mypy type checking to CI and fix type errors
3245c3b

Daniel Wiesmann commited on

add unit tests and CI workflow
8429e5e

Daniel Wiesmann commited on

Fix lint: remove unused math import, move imports before constants in sql.py
11e0d81

Daniel Wiesmann commited on

Add GET /sources endpoint
df4a3f3

Daniel Wiesmann commited on

Optimize to_feature_collection to use to_dict(orient=records)
5ff62f8

Daniel Wiesmann commited on

Unify /search/fuzzy response shape for ids_only mode
0e8628d

Daniel Wiesmann commited on

Fix _per_source_limit to floor at 3 candidates for complex queries
10597d3

Daniel Wiesmann commited on

Add optional country and subtype to Place schema
87ca437

Daniel Wiesmann commited on

Add request ID middleware and request logging
925ffa4

Daniel Wiesmann commited on

Add GET /health endpoint
42c4cad

Daniel Wiesmann commited on

Consolidate schema definition into config.SCHEMA_INFO
ac7489a

Daniel Wiesmann commited on

Unify geometry normalization and kill per-row DuckDB connections in export.py
5504226

Daniel Wiesmann commited on

Replace print() with logging in sql.py and search.py
692e6e8

Daniel Wiesmann commited on

Remove dead COUNTRIES and SUBTYPES literals from schemas.py
6555d2a

Daniel Wiesmann commited on

Add subtype to /search/fuzzy ids_only responses
3faf809

Daniel Wiesmann commited on

Fix fuzzy-match ranking and broaden divisions_area coverage
34b27af

Daniel Wiesmann commited on

Include name and bbox in /search/fuzzy ids_only responses
0c6586d

Daniel Wiesmann commited on

Add pure fuzzy-search and by-ID geometry endpoints, decoupled from the LLM path
84b18f8

Daniel Wiesmann commited on

Update README.md
0bf08f9
unverified

srmsoumya commited on

Add update plausible link
1dd4329

srmsoumya commited on

Add gazet.ds.io to streamlit ui
0e982f2

srmsoumya commited on

streamlit: add powered by Modal
011ff40

srmsoumya commited on

Merge pull request #6 from developmentseed/improve-data-quality
357edd5
unverified

srmsoumya commited on

hf: update deploy docs
1f6ae45

srmsoumya commited on

hf: update Dockerfile & supervisord to point to q8_0.gguf model
71d368c

srmsoumya commited on

docs: update modal docs to serve q8 instead of q4
1cb291d

srmsoumya commited on

finetune: update the params to run experiment on H200
b4a6b6b

srmsoumya commited on

streamlit: change the examples to be global
24041b2

srmsoumya commited on

fix: filter only inland geometry for overture
f9e38fd

srmsoumya commited on

chore: change logo to globe search
b8e0a04

srmsoumya commited on

Randomize candidate dataset order
582d1ab

srmsoumya commited on

fix: reduce templates to country, region & county for mvp
3ba9557

srmsoumya commited on

Merge pull request #5 from developmentseed/host-on-modal
df549fe
unverified

srmsoumya commited on

Hide misleading success banner
f311d6d

srmsoumya commited on

chore: Add logo, explain data & methodology
e84f5c0

srmsoumya commited on

enh: Add tracking using plausible - tracks query & download button
a63a92a

srmsoumya commited on

enh: Add download button for geojson
4c12a82

srmsoumya commited on

enh: Run gazet on modal - llama server on GPU, API & UI on cpu
0836eef

srmsoumya commited on

Merge pull request #3 from developmentseed/fix-mixed-queries
c6d9367
unverified

Daniel Wiesmann commited on