From 7e84531d87a50196b2ba30fb83baec3b71e374b2 Mon Sep 17 00:00:00 2001 From: Arry <91861463+arry043@users.noreply.github.com> Date: Thu, 6 Nov 2025 12:33:02 +0530 Subject: [PATCH 1/2] Adding API retrival Link Get API from this link easily. --- src/oss/python/integrations/document_loaders/weather.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/oss/python/integrations/document_loaders/weather.mdx b/src/oss/python/integrations/document_loaders/weather.mdx index 44d0cfc8db..25473ba571 100644 --- a/src/oss/python/integrations/document_loaders/weather.mdx +++ b/src/oss/python/integrations/document_loaders/weather.mdx @@ -15,6 +15,7 @@ pip install -qU pyowm ``` ```python +# [Get API](https://home.openweathermap.org/api_keys) First then Copy it. # Set API key either by passing it in to constructor directly # or by setting the environment variable "OPENWEATHERMAP_API_KEY". From 825c8fb4397df6470c1c876bda84286c57d7115a Mon Sep 17 00:00:00 2001 From: Mason Daugherty Date: Thu, 6 Nov 2025 09:05:38 -0500 Subject: [PATCH 2/2] Apply suggestion from @mdrxy --- src/oss/python/integrations/document_loaders/weather.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/oss/python/integrations/document_loaders/weather.mdx b/src/oss/python/integrations/document_loaders/weather.mdx index 25473ba571..75683f0e24 100644 --- a/src/oss/python/integrations/document_loaders/weather.mdx +++ b/src/oss/python/integrations/document_loaders/weather.mdx @@ -15,7 +15,7 @@ pip install -qU pyowm ``` ```python -# [Get API](https://home.openweathermap.org/api_keys) First then Copy it. +# Get an [API key](https://home.openweathermap.org/api_keys) first. # Set API key either by passing it in to constructor directly # or by setting the environment variable "OPENWEATHERMAP_API_KEY".