[Dcos] standardization with MLRun doc#1
Merged
guy1992l merged 3 commits intoguy1992l:packagers-docsfrom Feb 19, 2026
Merged
Conversation
guy1992l
requested changes
Feb 18, 2026
Owner
guy1992l
left a comment
There was a problem hiding this comment.
Thanks Jill, 2 comments and a question: why did you add packagers-overview.md out of index.md but in custom_packagers you left index.md?
Comment on lines
432
to
437
| ```{note} | ||
| When running remotely, set the project source with `pull_at_runtime=True` | ||
| so the packager module can be imported on the remote worker: | ||
|
|
||
| project.set_source(source="./", pull_at_runtime=True) | ||
| ``` |
Owner
There was a problem hiding this comment.
This note is too limited, see ### 8. Make the packager importable on the remote worker in custom_packagers/index.md. We can mention the custom packager needs to be available during runtime so there are 3 options to do so and link to section 8. What do you think?
| "\n", | ||
| "We want the template saved as a readable **JSON** file that captures the message\n", | ||
| "structure, and we want to load it back as a `ChatPromptTemplate` in downstream\n", | ||
| "Ibstead, the template should be saved as a readable **JSON** file that captures the message\n", |
Owner
There was a problem hiding this comment.
Suggested change
| "Ibstead, the template should be saved as a readable **JSON** file that captures the message\n", | |
| "Instead, the template should be saved as a readable **JSON** file that captures the message\n", |
guy1992l
approved these changes
Feb 19, 2026
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.
📝 Description