UW-xDD / text2graph_llm

An experimental API endpoint to convert text to knowledge graph triplets.
MIT License
2 stars 1 forks source link

Scaling geo-location hydration #23

Closed JasonLo closed 2 months ago

JasonLo commented 3 months ago

We're using SERPAPI to obtain GPS locations for prototyping. However, due to potential high costs and uncertainty about data caching, it's necessary to reconsider our approach for scaling the location hydration pipeline.

JasonLo commented 3 months ago

https://www.mapbox.com/pricing#maps

Permanent Geocoding API is free for internal use (no distribution)

Temporary Geocoding API is free for first 100k requests per month

JasonLo commented 3 months ago

https://docs.mapbox.com/api/search/geocoding/#batch-geocoding

Need to requests an account manually, but looks promising.

JasonLo commented 2 months ago

34