Skip to content

Conversation

@Khauneesh-AI
Copy link
Collaborator

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.

Khauneesh-AI and others added 30 commits June 23, 2025 17:51
…mini

Support for long running jobs with partial output
Support with increased timeout to 3600 seconds for any individual request. This will take care of timeout issues for longer prompts.
OpenAI and Gemini models added in model_id_filter endpoint with health check for select latest models
-Database update for partial success of long running job.

This will help user fetch partially completed file from UI itself.
-Added column completed rows for better tracking
-Robust alembic upgrade for production
…nt | This will enable newer migration easily without manual upgrade
Database migration is now running as a subprocess within the upgrade endpoint.
This enables code to be directly picked from disk rather than memory for upgrade.
Fix Examples Table for Remote Templates
Fix mute checkbox margin top
Modify Examples
Fix rendering examples based on the selected use case
This PR contains following changes:
 - Adds new card for Data Augmentation to the Home Page
 - Hide Workflow Type for the Data Augmentation
DSE-45114: Add Data Augmentation Card
DSE-45483: Fix for Datasets Table Rendering
Revert "DSE-45483: Fix for Datasets Table Rendering" , 

This and previous merge will be reverted as the intended issue is not addressed:
- The data augmentation is supposed to be custom data generation and supervised fine-tuning needs to be removed altogether. 
- Thus create dataset needs to have only templates and workflow will be freeform by default.
This and previous merge will be reverted as the intended issue is not addressed:
- The data augmentation is supposed to be custom data generation and supervised fine-tuning needs to be removed altogether. 
- Thus create dataset needs to have only templates and workflow will be freeform by default.
This PR contains following changes:
 - Adds new card for Data Augmentation to the Home Page
 - Hide Workflow Type for the Data Augmentation
This PR introduces a new Data Augmentation page/card in the Home screen, wires up routing and wizard mode for the augmentation workflow, and adjusts column widths and overflow behavior in various tables for better rendering.

Add DATA_AUGMENTATION page to enum, routes, and wizard mode support
Insert Data Augmentation card on HomePage
Tune table column widths and enable horizontal scrolling in EvaluationsTab and DatasetsTab
Provide getWizardModeType util and update Configure form to set workflow based on mode
… loading | create custom prompt now takes example as list of dictionries as well
…nd export modal

Initial Add New Pages for Datasets & Evaluations

Adding Evaluations Table

Adding Template Section

New Home Page with Templates

Adding Exports Page

refactor: update DataGenerator config, templates, and routing for new SDS home page integration

- Updated DataGenerator/Configure.tsx for improved configuration flow
- Refactored Home/TemplateCard.tsx and TemplatesSection.tsx for better template management
- Updated routes.tsx to support new navigation and home page structure

These changes support the new SDS home page and improve overall navigation and template usability.

feat: add colored template tags to TemplateCard for improved template categorization and UI clarity

Template Colors

refactor: update DataGenerator Examples component for improved structure and maintainability

Fix for Usecases in Dataset Table

refactor: update DataGenerator components (Configure, FileSelectorButton, FilesTable, UseCaseSelector) for improved file handling and UI enhancements

Update SDS Version

Fix for RE-generate model providers
Keivan Vosoughi and others added 18 commits July 24, 2025 14:51
New Descriptions for Home Page Cards
fix: minor update to DataGenerator Configure component for consistenc…
Re-generate issues
Fix for showing Total Dataset Size for Data Augmentation flow
Fix for Display output for Success View
Fix for showing Total Dataset Size for Data Augmentation flow
@Khauneesh-AI Khauneesh-AI merged commit 5e18f3a into main Aug 7, 2025
4 checks passed
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.

3 participants