You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #117 from cloudera/release/SDS-1-0-4
Key Features
1. Configurable Concurrency Parameters
Added max_concurrent_topics parameter to SynthesisRequest (1-100, default: 5)
Added max_workers parameter to EvaluationRequest (1-100, default: 4)
Allows users to optimize performance based on infrastructure
2. Service Architecture Refactor
Split synthesis services:
synthesis_service.py - Freeform data generation only
synthesis_legacy_service.py - SFT and Custom Workflow
Split evaluator services:
evaluator_service.py - Freeform evaluation only
evaluator_legacy_service.py - SFT and Custom Workflow evaluation
Improved code maintainability and separation of concerns
Backward compatible - all existing endpoints work as before
This is a minor release to provide concurrent threads as a variable via backend API for advanced users
0 commit comments