Commit 5e18f3a
authored
Release SDS version 1.0.3
### Release Notes
#### Template-Driven Onboarding
A redesigned home page now features ready-to-use templates with concise descriptions, so new users can generate their first dataset in just a few clicks.
#### Unified Freeform Workflow
We collapsed multiple paths into a single Freeform experience that covers all previous options—including Supervised Finetuning (for both code-generation and text-to-SQL templates) and Custom Data Augmentation through seed uploads—making project setup faster and less error-prone.
#### Resilient Large-Data Runs
Long-running jobs now save progress incrementally. If a run is interrupted, partial output is saved. The progress on partial data also can be viewed on homepage under column *Completed Rows*.
#### Unstructured Document Ingestion
Freeform now accepts unstructured documents (PDFs), enabling users to synthesize data directly from internal content with no extra preprocessing steps.
#### Home-Page Performance Boost
Backend optimizations cut initial data-load times, so the dashboard and template gallery appear noticeably faster, even on slower networks.File tree
58 files changed
+2656
-1173
lines changed- alembic/versions
- app
- client/src
- api/Datasets
- assets
- components/JobStatus
- pages
- DataGenerator
- Datasets
- Evaluations
- Exports
- Home
- core
- migrations
- models
- services
- build/shell_scripts
- tests/integration
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
58 files changed
+2656
-1173
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
| 88 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
80 | 99 | | |
81 | 100 | | |
82 | 101 | | |
| |||
107 | 126 | | |
108 | 127 | | |
109 | 128 | | |
110 | | - | |
| 129 | + | |
111 | 130 | | |
112 | 131 | | |
113 | 132 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
Loading
Loading
Loading
Loading
0 commit comments