Skip to content

Conversation

strickvl
Copy link
Contributor

  • Updated README
  • new images

strickvl added 19 commits June 24, 2025 12:51
- Revised section titles for improved readability, changing "Stack-agnostic: keep your code the same" to "Write Code Once, Run Anywhere" and "Built for platform teams" to "Automatic Versioning for MLOps and LLMOps".
- Expanded descriptions to better articulate ZenML's functionality, including examples of code snippets for pipelines and steps.
- Added visual ideas to illustrate key features and workflows, enhancing the documentation's engagement and usability.
- Included new sections on integrating tools and building production-grade AI workflows, showcasing ZenML's versatility in MLOps and LLMOps contexts.
- Updated the section title from "The Hidden Complexity of Production AI" to "Beyond the Demo: The Reality of Production AI" to better reflect the content.
- Enhanced the description of challenges faced when transitioning from POC to production, emphasising the complexities of evaluation pipelines, document processing, cost tracking, and compliance.
- Added specific target audiences for ZenML, highlighting its benefits for platform teams, enterprises, and organisations in regulated industries.
- Removed outdated sections to streamline the document and improve focus on ZenML's orchestration capabilities.
- Modified the `my_training_pipeline` function to return the trained model, improving the pipeline's utility.
- Updated the description of automatic versioning to include code formatting for `scikit-learn`, enhancing readability.
- Replaced the `Client().active_step_run.log_metadata` call with `log_metadata` for logging evaluation costs, streamlining the logging process.
- Renamed the `training_pipeline_with_integrations` to `llm_finetuning_pipeline` for better alignment with its purpose.
- Added an `on_failure` hook to the `llm_trainer` step, improving error handling in the pipeline.
- Ensured consistent formatting and clarity throughout the README for better user understanding.
@strickvl strickvl requested a review from htahir1 June 30, 2025 05:32
@strickvl strickvl added documentation Improvements or additions to documentation enhancement New feature or request internal To filter out internal PRs and issues labels Jun 30, 2025
Copy link
Contributor

coderabbitai bot commented Jun 30, 2025

Important

Review skipped

Auto reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


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.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

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)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

github-actions bot commented Jun 30, 2025

Documentation Link Check Results

Absolute links check passed
Relative links check passed
Last checked: 2025-07-09 09:08:51 UTC

Copy link
Contributor

Images automagically compressed by Calibre's image-actions

Compression reduced images by 28.9%, saving 252.30 KB.

Filename Before After Improvement Visual comparison
docs/book/.gitbook/assets/rag_pipeline.png 34.97 KB 25.73 KB -26.4% View diff
docs/book/.gitbook/assets/readme_architecture.png 160.34 KB 118.37 KB -26.2% View diff
docs/book/.gitbook/assets/readme_pipelines_and_models.png 304.36 KB 202.86 KB -33.3% View diff
docs/book/.gitbook/assets/readme_problem.png 178.69 KB 132.69 KB -25.7% View diff
docs/book/.gitbook/assets/register_orchestrator.png 97.27 KB 67.59 KB -30.5% View diff
docs/book/.gitbook/assets/stack-switching.png 97.77 KB 73.86 KB -24.5% View diff

361 images did not require optimisation.

Update required: Update image-actions configuration to the latest version before 1/1/21. See README for instructions.

@htahir1 htahir1 mentioned this pull request Jul 8, 2025
@htahir1 htahir1 linked an issue Jul 9, 2025 that may be closed by this pull request
Copy link
Contributor

github-actions bot commented Jul 9, 2025

Images automagically compressed by Calibre's image-actions

Compression reduced images by 46.5%, saving 201.02 KB.

Filename Before After Improvement Visual comparison
docs/book/.gitbook/assets/readme_development_lifecycle.png 140.51 KB 69.74 KB -50.4% View diff
docs/book/.gitbook/assets/readme_problem.png 292.00 KB 161.75 KB -44.6% View diff

365 images did not require optimisation.

Update required: Update image-actions configuration to the latest version before 1/1/21. See README for instructions.

@htahir1
Copy link
Contributor

htahir1 commented Jul 9, 2025

im gonna merge this and do an updated PR for refinement

@htahir1 htahir1 merged commit c049143 into develop Jul 9, 2025
13 of 14 checks passed
@htahir1 htahir1 deleted the misc/readme-refresh-2025 branch July 9, 2025 09:07
htahir1 added a commit that referenced this pull request Jul 9, 2025
* initial

* more

* interim

* Update README.md to enhance clarity and detail on ZenML's capabilities

- Revised section titles for improved readability, changing "Stack-agnostic: keep your code the same" to "Write Code Once, Run Anywhere" and "Built for platform teams" to "Automatic Versioning for MLOps and LLMOps".
- Expanded descriptions to better articulate ZenML's functionality, including examples of code snippets for pipelines and steps.
- Added visual ideas to illustrate key features and workflows, enhancing the documentation's engagement and usability.
- Included new sections on integrating tools and building production-grade AI workflows, showcasing ZenML's versatility in MLOps and LLMOps contexts.

* Revise README.md to clarify ZenML's role in production AI

- Updated the section title from "The Hidden Complexity of Production AI" to "Beyond the Demo: The Reality of Production AI" to better reflect the content.
- Enhanced the description of challenges faced when transitioning from POC to production, emphasising the complexities of evaluation pipelines, document processing, cost tracking, and compliance.
- Added specific target audiences for ZenML, highlighting its benefits for platform teams, enterprises, and organisations in regulated industries.
- Removed outdated sections to streamline the document and improve focus on ZenML's orchestration capabilities.

* Update README.md to enhance clarity and functionality of ZenML pipelines

- Modified the `my_training_pipeline` function to return the trained model, improving the pipeline's utility.
- Updated the description of automatic versioning to include code formatting for `scikit-learn`, enhancing readability.
- Replaced the `Client().active_step_run.log_metadata` call with `log_metadata` for logging evaluation costs, streamlining the logging process.
- Renamed the `training_pipeline_with_integrations` to `llm_finetuning_pipeline` for better alignment with its purpose.
- Added an `on_failure` hook to the `llm_trainer` step, improving error handling in the pipeline.
- Ensured consistent formatting and clarity throughout the README for better user understanding.

* update README(s)

* More README updates

* README improvements

* remove zenml go

* Small update for LLM support

* update header

* use other version's line

* improve secrets section

* Remove excess

* Remove decision maker section

* Footer changes

* Update README

* Optimised images with calibre/image-actions

* Update the use case example so that it all connects

* Update README with improved MLOps messaging

* Add version 0.83.1 release notes to README

* Update latest release link in README.md

* Update README with new content about AI agent development

* Delete compliance, RAG pipeline, architecture, and orchestrator images

* Add images for problem and development lifecycle

* Optimised images with calibre/image-actions

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Hamza Tahir <[email protected]>
Co-authored-by: Hamza Tahir <[email protected]>
(cherry picked from commit c049143)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request internal To filter out internal PRs and issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update the README images
2 participants