-
Notifications
You must be signed in to change notification settings - Fork 15.8k
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
Adding Weather Loader #5056
Adding Weather Loader #5056
Conversation
Co-authored-by: Tyler Hutcherson <tyler.hutcherson@redis.com>
Co-authored-by: Tyler Hutcherson <tyler.hutcherson@redis.com>
@iamadhee code is looking pretty good! I added a few minor comments to avoid overloading |
Hey @eyurtsev, I have added the |
@eyurtsev Not a problem, made the necessary changes and tested out the code. |
could we add an example notebook |
@dev2049 Added the sample notebook as discussed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One nit: error handling on the import
. Otherwise, lgtm.
Co-authored-by: Tyler Hutcherson <tyler.hutcherson@redis.com> Co-authored-by: Dev 2049 <dev.dev2049@gmail.com>
Adding Weather Loader
Before submitting
Below is the recording of the module testing:
https://github.com/hwchase17/langchain/assets/69910091/2b179eec-1421-4509-9ac8-89f57f739ba6
Who can review?
@eyurtsev