Skip to content

fix: update product-review-agent dataset URL to canonical UCSD lab domain#701

Open
madhununna wants to merge 1 commit into
aws-samples:mainfrom
madhununna:fix/issue-542-update-ucsd-dataset-url
Open

fix: update product-review-agent dataset URL to canonical UCSD lab domain#701
madhununna wants to merge 1 commit into
aws-samples:mainfrom
madhununna:fix/issue-542-update-ucsd-dataset-url

Conversation

@madhununna

Copy link
Copy Markdown

Summary

Updates the Amazon reviews dataset URL in product-review-agent from the legacy personal domain jmcauley.ucsd.edu to Prof. McAuley's canonical lab domain mcauleylab.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:

  • Matches the replacement URL the reporter identified via Prof. McAuley's homepage
  • Reduces risk of future breakage when the legacy personal domain is eventually decommissioned
  • Aligns with the source cited in UCSD's lab publications

Files changed

  • agents-and-function-calling/bedrock-agents/use-case-examples/product-review-agent/main.ipynb
  • agents-and-function-calling/bedrock-agents/use-case-examples/product-review-agent/README.md
  • docs/agents-and-function-calling/bedrock-agents/use-case-examples/product-review-agent/main.md

Verification

  • New URL returns HTTP 200, Content-Type application/x-gzip, 633507 bytes — same dataset file (All_Beauty_5.json.gz) as the legacy URL.
  • Notebook JSON validated after edit.

Fixes #542

…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
@review-notebook-app

Copy link
Copy Markdown

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Broken link in product-review-agent use case example

1 participant