[docs] [data] [examples] update Unstructured data ingestion buttons, filepaths, difficituly level, add pre-requirements#59116
Merged
bveeramani merged 6 commits intoray-project:masterfrom Dec 11, 2025
Conversation
Signed-off-by: Aydin Abiar <aydin@anyscale.com>
Signed-off-by: Aydin Abiar <aydin@anyscale.com>
Contributor
There was a problem hiding this comment.
Code Review
This pull request renames the unstructured-data-ingestion example directory to unstructured_data_ingestion, improving naming consistency by using snake_case. Correspondingly, the "Run on Anyscale" and "View on GitHub" links in the README.md and the Jupyter notebook are updated to reflect the new directory path. The changes are correct and accurately reflect the goal of the pull request.
Signed-off-by: Aydin Abiar <aydin@anyscale.com>
Signed-off-by: Aydin Abiar <aydin@anyscale.com>
Signed-off-by: Aydin Abiar <aydin@anyscale.com>
Signed-off-by: Aydin Abiar <aydin@anyscale.com>
bveeramani
approved these changes
Dec 11, 2025
richardliaw
approved these changes
Dec 11, 2025
peterxcli
pushed a commit
to peterxcli/ray
that referenced
this pull request
Feb 25, 2026
…filepaths, difficituly level, add pre-requirements (ray-project#59116) Main purpose/change: Adding more prerequisite: I noticed the image used in the ray ci for testing is different than the anyscale:ray image, some system deps are installed on top of the base image, so we need to make sure to guide the user in installing them properly Other nitpicks/changes: - Updating the "Run on anyscale/Github" buttons with the appropriate paths - Renaming filepath to remove hyphens (slightly more maintainable when searching between filepath/template_id/release_test_id etc...) - Changing difficulty level to Intermediate --------- Signed-off-by: Aydin Abiar <aydin@anyscale.com> Co-authored-by: Aydin Abiar <aydin@anyscale.com> Signed-off-by: peterxcli <peterxcli@gmail.com>
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.
Main purpose/change:
Adding more prerequisite: I noticed the image used in the ray ci for testing is different than the anyscale:ray image, some system deps are installed on top of the base image, so we need to make sure to guide the user in installing them properly
Other nitpicks/changes: