Skip to content

feat: merge local datasets in the browser - #115

Open
Samuel-Hills wants to merge 1 commit into
huggingface:mainfrom
Samuel-Hills:feat/merge-local-datasets
Open

Samuel-Hills wants to merge 1 commit into
huggingface:mainfrom
Samuel-Hills:feat/merge-local-datasets

Conversation

@Samuel-Hills

Copy link
Copy Markdown

Summary

Adds a local-only workflow for merging two or more existing local LeRobot
datasets from LeLab's Dataset browser.

The source datasets remain unchanged. The merged result is written as a new
local/<name> dataset only after the merge completes successfully.

Included

  • Dataset-browser merge dialog for local datasets
  • Validation for source selection and output names
  • POST /datasets/merge endpoint
  • LeRobot merge_datasets integration
  • Staged output and cleanup on failure
  • Backend and frontend regression tests

Validation

  • uv run pytest tests/test_datasets.py -q — 36 passed
  • uv run ruff check ... — passed
  • npm test — 7 passed
  • Focused frontend ESLint — passed
  • npm run build — passed

Closes #109.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature Request: Merge multiple local datasets into one

1 participant