-
Notifications
You must be signed in to change notification settings - Fork 399
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
docs: add from diskto disk methods to docs #5186
docs: add from diskto disk methods to docs #5186
Conversation
Docs for this PR have been deployed hidden from versioning: https://argilla-io.github.io/argilla/docs_5178-docs-add-from_diskto_disk-methods-to-docs |
@sdiazlor, looking good. Would you be able to review the line length of code in guides too? sometimes it isn't easy to read because lines are too long. Also, along with the release of the |
|
||
dataset_to_save = client.datasets(name="my_dataset") | ||
|
||
dataset_saved = dataset_to_save.to_disk(path="/path/empty-directory") |
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.
What does to_disk()
returns? I'd use a more precise name for the variable and even add a sentence in the description on top about it. I also think is worth mentioning that we recommend creating an empty directory
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.
just a small comment
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.
see earlier comment
Pull Request Template
Closes #5178
Type of change
How Has This Been Tested
Checklist