-
Notifications
You must be signed in to change notification settings - Fork 412
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
Import from hub docs #5631
Import from hub docs #5631
Conversation
…eld to at least one field (required or not) (#5569) # Description In this PR we are changing how dataset publish validation works moving from: * At least one required field to be a valid publishable dataset. To: * At least one field (required or not) to be a valid publishable dataset. Refs argilla-io/roadmap#21 **Type of change** - New feature (non-breaking change which adds functionality) **How Has This Been Tested** - [x] Modifying test suite. **Checklist** - I added relevant documentation - I followed the style guidelines of this project - I did a self-review of my code - I made corresponding changes to the documentation - I confirm My changes generate no new warnings - I have added tests that prove my fix is effective or that my feature works - I have added relevant notes to the CHANGELOG.md file (See https://keepachangelog.com/)
# Description <!-- Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change. --> This PR removes name pattern validation for field, question, metadata-property and vector-settings **Type of change** <!-- Please delete options that are not relevant. Remember to title the PR according to the type of change --> - Refactor (change restructuring the codebase without changing functionality) - Improvement (change adding some improvement to an existing functionality) **How Has This Been Tested** <!-- Please add some reference about how your feature has been tested. --> **Checklist** <!-- Please go over the list and make sure you've taken everything into account --> - I added relevant documentation - I followed the style guidelines of this project - I did a self-review of my code - I made corresponding changes to the documentation - I confirm My changes generate no new warnings - I have added tests that prove my fix is effective or that my feature works - I have added relevant notes to the CHANGELOG.md file (See https://keepachangelog.com/)
for more information, see https://pre-commit.ci
…lla-io/argilla into feat/create-dataset-from-ui
…lla-io/argilla into feat/create-dataset-from-ui
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.
Looks pretty good.
This page is starting to get a lot of boxes. i.e. !!! note
. When you read it on the frontend it's quite hard to follow. I would skim the page and see if some can be converted to in line text.
# Description <!-- Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change. --> This PR fixes problems when a class label sequence is mapped as suggestions. NOTE: This PR does not infer a sequence of class labels as multi-label questions. Only prevent errors when a sequence of class labels column is used as a suggestion (or other kinds of properties in argilla) **Type of change** <!-- Please delete options that are not relevant. Remember to title the PR according to the type of change --> - Bug fix (non-breaking change which fixes an issue) **How Has This Been Tested** <!-- Please add some reference about how your feature has been tested. --> **Checklist** <!-- Please go over the list and make sure you've taken everything into account --> - I added relevant documentation - I followed the style guidelines of this project - I did a self-review of my code - I made corresponding changes to the documentation - I confirm My changes generate no new warnings - I have added tests that prove my fix is effective or that my feature works - I have added relevant notes to the CHANGELOG.md file (See https://keepachangelog.com/)
Co-authored-by: burtenshaw <[email protected]>
Solved! |
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 some comments as a person with little knowledge of this feature and is taking a first look.
- As the quickstart, I'd say to change the title of "Import a dataset from the Hub" to something more direct as it can be confusing for someone who doesn't know about Argilla. I'd say to use here "Create your first dataset", and that section remove it, adding just a note as Ben suggested and including SDK related stuff in a "Using the python SDK", similarly to "Deploy with Docker" where only it is mentioned and redirected. Or even combining the "importing long dataset" issue and the sdk further configuration/creation mention.
- I'll move the image after Fields and Questions so people can understand what they see.
- Not sure but regarding the Dataset Settings update, isn't it after giving it a name? I'd use a note or move it after that if that's the case.
- About workspaces, I'd keep the "About workspaces" as it seems it must be manually added and it's not automatically inferred?
- If this is the unique doc related to importing from the UI, it would be worthy to mention others like what about vectors or metadata, as those already knowing Argilla will have to check.
Docs for this PR have been deployed hidden from versioning: https://docs.argilla.io/docs_ui-import-from-hub |
Description
Closes #<issue_number>
Type of change
How Has This Been Tested
Checklist