langchain/docs/integrations/weather.md
Leonid Ganeline b201cfaa0f
docs ecosystem/integrations update 4 (#5590)
# docs `ecosystem/integrations` update 4

Added missed integrations. Fixed inconsistencies. 

## Who can review?

@hwchase17 
@dev2049
2023-06-03 15:29:03 -07:00

386 B

Weather

OpenWeatherMap is an open source weather service provider.

Installation and Setup

pip install pyowm

We must set up the OpenWeatherMap API token.

Document Loader

See a usage example.

from langchain.document_loaders import WeatherDataLoader