-
Notifications
You must be signed in to change notification settings - Fork 2
Generate using pdf #105
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
Open
vkeivan
wants to merge
40
commits into
main
Choose a base branch
from
generate-using-pdf
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Generate using pdf #105
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…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
Add UseCaseSlector
-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.
…ynthetic Data studio
Fix Examples Table for Remote Templates Fix mute checkbox margin top Modify Examples Fix rendering examples based on the selected use case
DSE-45878 & DSE-45299
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
Co-authored-by: Copilot <[email protected]>
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
Feature/New Home Page for SDS
New Descriptions for Home Page Cards
…ailed requests and jobs
…y before PR creation
fix: minor update to DataGenerator Configure component for consistenc…
Re-generate issues
Fix Regenerate Issues
8c0a04a
to
2854d3c
Compare
2854d3c
to
7feb574
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.