Skip to content

Releases: Element84/natural-language-geocoding

V0.1.3

Choose a tag to compare

@jasongilman jasongilman released this 18 Mar 12:55

What's Changed

New Contributors

Full Changelog: 0.1.2...0.1.3

Version 0.1.2

Choose a tag to compare

@jasongilman jasongilman released this 04 Nov 14:08

This new release adds the ability to do compass direction based subsets of areas like "west united states" or "northeastern massachusetts"

What's Changed

Full Changelog: 0.1.1...0.1.2

Version 0.1.1

Choose a tag to compare

@jasongilman jasongilman released this 31 Jul 19:25

Fixes an issue with ingesting places from Natural Earth.

Version 0.1.0

Choose a tag to compare

@jasongilman jasongilman released this 02 Jul 13:10

This is a major update to increase accuracy of named location searches and move to an OpenSearch index for places

  • Adds the ability to use an OpenSearch index as the source for place searches.
  • Includes code for populating the OpenSearch index from various sources.
  • Adds evaluations for LLM uses.
  • Changes named place look ups to include hierarchical context from the user's search query. For example, if the user text is "within Florida, north of Miami" it knows to indicate that Florida is a state in the US versus the same name in other locations.
  • Adds support for "Off the coast of" to indicate an area away from the coastline of land and not on the land itself.
  • Improves error handling for failures
  • Improves handling of macro-geographical areas like "Southeast Asia"
  • Improves handling of conjunctions. ie "within 50km of X and Y" should be a union and not an intersection.
  • Support for ports
  • Updated to use Claude 4 Sonnet

Version 0.0.3

Choose a tag to compare

@jasongilman jasongilman released this 20 Feb 17:24
7c7a465

What's Changed

Full Changelog: 0.0.2...0.0.3

0.0.2

Choose a tag to compare

@jasongilman jasongilman released this 16 Feb 22:42
24667ab

What's Changed

Full Changelog: 0.0.1...0.0.2