-
Notifications
You must be signed in to change notification settings - Fork 518
Fix tutorials + small improvements to docs #3489
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
Conversation
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
Documentation Link Check Results✅ Absolute links check passed |
The orchestrator then takes over responsibility for executing the pipeline\ | ||
according to the schedule. |
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.
The orchestrator then takes over responsibility for executing the pipeline\ | |
according to the schedule. | |
The orchestrator then takes over responsibility for executing the pipeline according to the schedule. |
Running the pipeline will create the schedule in the ZenML metadata store. as\ | ||
well as the scheduled run in the orchestrator. |
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.
Running the pipeline will create the schedule in the ZenML metadata store. as\ | |
well as the scheduled run in the orchestrator. | |
Running the pipeline will create the schedule in the ZenML metadata store. as well as the scheduled run in the orchestrator. |
2. **Projects** (ZenML Pro): Namespace-based isolation for logical separation\ | ||
between initiatives or teams |
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.
2. **Projects** (ZenML Pro): Namespace-based isolation for logical separation\ | |
between initiatives or teams | |
2. **Projects** (ZenML Pro): Namespace-based isolation for logical separation between initiatives or teams |
@@ -137,7 +139,7 @@ zenml pipeline schedule list --pipeline_id my_pipeline_id | |||
|
|||
Here's an example of what the CLI output might look like: | |||
|
|||
 | |||
 |
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.
 | |
 |
And could you move the png file from the root assets folder to the assets folder in the user-guide subfolder? I messed that up, but I doubt that's what's causing the issues.
✅ No broken markdown links found! |
…pdate, and delete schedules
…embeddings evaluation.- Add schedules list CLI image.- Verify schedule in Orchestrator
* GITBOOK-6: No subject * Update tutorial descriptions for managing and organizing pipelines * GITBOOK-7: No subject * GITBOOK-8: No subject * Delete tutorials README and update table of contents with new tutorial links * Add tutorial on managing scheduled pipelines.Explain how to create, update, and delete schedules * Update pipeline tutorial filenames for consistency * Update tutorial link to "Scheduled pipelines". * Update user guide TOC with tutorial heading correction * Update scheduled pipelines tutorial and managing pipelines * Update tutorial link to include full title * Update pipeline management link to tutorials subdirectory * Update link for managing scheduled pipelines in user guide * Update TOC.md to change "Tutorial" to "Tutorials". * Update tutorial header to singular form * GITBOOK-10: No subject * GITBOOK-11: No subject * Update tutorial links to 'tutorial' folder * Update visualization and add CLI output images.- Visualize finetuned embeddings evaluation.- Add schedules list CLI image.- Verify schedule in Orchestrator * Update Argilla integration link in finetuning guide * Set up CI/CD for ZenML pipelines in production * Update links in remote-storage.md for better readability * Update images and remove unnecessary figures in user guide * Update tutorials link and add new section in README (cherry picked from commit f422c0f)
Describe changes
I implemented/fixed _ to achieve _.
Pre-requisites
Please ensure you have done the following:
develop
and the open PR is targetingdevelop
. If your branch wasn't based on develop read Contribution guide on rebasing branch to develop.Types of changes