Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 1: Context and Goals #7

Open
batpad opened this issue May 19, 2023 · 0 comments
Open

Issue 1: Context and Goals #7

batpad opened this issue May 19, 2023 · 0 comments
Labels
issue-1 Issue 1

Comments

@batpad
Copy link
Member

batpad commented May 19, 2023

Background

This is a Labs project where we experiment with creating LLM interfaces to various geospatial tools and APIs. We will then run experiments to combine these different "tools", to attempt to ask complex geospatial questions in natural language and see what we learn from how an LLM performs when given access to a range of geospatial data and data processing functions.

Further context in the following (private) Labs tickets:

Goals

As a first iteration:

  • Create a set of LangChain tools for various geospatial "backends" - these could be APIs like Overpass for OpenStreetMap data, and STAC for satellite imagery data, or geospatial data processing tools like mercantile, rasterio, shapely, etc.
  • Create LangChain agents to combine different tools, and experiment with prompts geared toward specific geospatial use-cases.
  • Create Jupyter notebooks to be able to easily test the outputs and performance of these various agents and tools.
  • Develop a logging and testing methodology for this kind of code that produces non-deterministic outputs.

The goal of the first iteration would be to learn as much as we can about how this pattern works, and how useful is this in practice in getting answers for complex geospatial questions asked in natural language.

If this seems like it can be useful in practice, it would be great to think of interesting applications and user interfaces to build on top of these LLM tools.

Documents

Prior Art:

Also read:

cc @srmsoumya @kamicut @Rub21 @yunica @geohacker

@batpad batpad added the issue-1 Issue 1 label May 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue-1 Issue 1
Projects
None yet
Development

No branches or pull requests

1 participant