gazet / src

Commit History

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

Daniel Wiesmann commited on

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

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

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

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

finetune: update the params to run experiment on H200
b4a6b6b

srmsoumya commited on

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

srmsoumya commited on

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

srmsoumya commited on

Lowercase subtype names, fix question type hints
a5fd57d

srmsoumya commited on

Fix: No pairs are created for mixed queries
dfb9466

srmsoumya commited on

prompt: Add notes on how to pick places from query better
d237392

srmsoumya commited on

Fix natural earth geometries by converting wkb geometries to geojson
4814e70

Daniel Wiesmann commited on

chore: clean sql generation, use conversation format, move prompts from user to system
c77ca5f

srmsoumya commited on

Add model training script for qwen, update eval & gazet lm to work with qwen template
2bf5583

srmsoumya commited on

Add finetune instructions for gemma
1104031

srmsoumya commited on

Add options to run gguf models using llama cpp
8ba44ad

srmsoumya commited on

Revert ollama port to 11434
a6fc067

srmsoumya commited on

ENH: Add dataset creation on scale using modal clusters
c88725f

srmsoumya commited on

ENH: use separate models for places & sql generation
5623a00

srmsoumya commited on

Disable dspy cache
5e72207

Daniel Wiesmann commited on

Intitial commit
ad5ec6b

Daniel Wiesmann commited on