fix: update product-review-agent dataset URL to canonical UCSD lab domain#701
Open
madhununna wants to merge 1 commit into
Open
fix: update product-review-agent dataset URL to canonical UCSD lab domain#701madhununna wants to merge 1 commit into
madhununna wants to merge 1 commit into
Conversation
…main The jmcauley.ucsd.edu dataset URL still works today but Prof. McAuley's canonical lab site is now mcauleylab.ucsd.edu. Updating to the canonical URL reduces risk of future breakage when the legacy personal domain is decommissioned, and is consistent with the replacement URL suggested by the reporter of issue aws-samples#542. Fixes aws-samples#542
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates the Amazon reviews dataset URL in
product-review-agentfrom the legacy personal domainjmcauley.ucsd.eduto Prof. McAuley's canonical lab domainmcauleylab.ucsd.edu.Context
Issue #542 reported the old URL as broken. As of today the old URL still returns 200 OK with valid gzip data, but Prof. McAuley's canonical website now points users to the lab domain (
mcauleylab.ucsd.edu) for dataset access. Updating to the canonical URL:Files changed
agents-and-function-calling/bedrock-agents/use-case-examples/product-review-agent/main.ipynbagents-and-function-calling/bedrock-agents/use-case-examples/product-review-agent/README.mddocs/agents-and-function-calling/bedrock-agents/use-case-examples/product-review-agent/main.mdVerification
HTTP 200, Content-Typeapplication/x-gzip, 633507 bytes — same dataset file (All_Beauty_5.json.gz) as the legacy URL.Fixes #542