aws-samples / amazon-bedrock-workshop

This is a workshop designed for Amazon Bedrock a foundational model service.
https://catalog.us-east-1.prod.workshops.aws/workshops/a4bdb007-5600-4368-81c5-ff5b4154f518/en-US/20-intro
MIT No Attribution
1.27k stars 545 forks source link

Added headers to get_lat_long functions and included missing libraries #254

Closed levieman closed 2 months ago

levieman commented 2 months ago

Issue #, if available: This PR solves issue 252 as a byproduct (https://github.com/aws-samples/amazon-bedrock-workshop/issues/252)

Description of changes: 1- Added hardocded headers in every instance of get_lat_long function to avoid blocking from nominatim. 2- Added pip install for xmltodict in 00_agent_based_text_generation as it was missing and library is used 3- Added pip install for pypdf in 02_tools_retriever_agent as it was missing and library is used

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.