The targeted /search + /kinds approach is the only POI search now; nothing consumes embeddings. Drop: - poi_vec data + the 'vector' extension (DB) - embed/ (embedpoi), 20-vector.sql, db/ (the pgvector image workaround — compose goes back to plain postgis/postgis:16-3.4) - /semantic endpoint + embed client code from spatiald - EMBED_* env vars and README sections - .gitignore: ignore the spatial/ go build artifact
15 lines
599 B
Plaintext
15 lines
599 B
Plaintext
# Compiled binaries (built in place, not committed)
|
|
router/router
|
|
router/bench
|
|
spatial/spatiald
|
|
spatial/spatial
|
|
router/scripts/__pycache__/
|
|
|
|
# Runtime artifacts live OUTSIDE this source tree, in ~/trips:
|
|
# ~/trips/osm/ OSM PBF extracts (setup-osrm*.sh, spatial/import.sh)
|
|
# ~/trips/tilecache/ mock tile cache (mock/server.js)
|
|
# ~/trips/store/mock/ per-trip docs + chats (mock/server.js, PII)
|
|
# ~/trips/logs/ server logs
|
|
# and the OSRM toolchain + routing graphs live in ~/osm-build (W in the
|
|
# setup scripts). Nothing here should be re-added under those names.
|