December '24 Release Notes
Product release notes for December 2024
New Features
- Image Generation: Added a new 'output modality' option to support image generation with Amazon Nova Canvas.
- Additional Model Parameters: Introduced support for additional model parameters in Studio, including `top_p`, `top_k`, `presence_penalty`, `frequency_penalty`, and `stop_sequences`.
- Use Content Types as Result Schemas: Enabled the use of content types as result schemas for interactions, providing better reuse of types across GenAI tasks and content.
- Store Runs as Content Objects: Added the ability to save run results as content objects, leveraging the standard document and image intake processes.
- Textract For PDF Conversion: Replaced existing PDF-to-text conversion with AWS Textract for improved table handling.
- Workflow Webhooks: Enabled the use of webhooks in workflows for external service notifications.
Improvements
- Composable is now Vertesia: Renamed the public package scope from `@becomposable` to `@vertesia` to reflect the company's new brand identity, including the CLI and SDK.
- Improved Model Listing: Improved the way models are listed for 'Environments' by removing enabled models from the 'Available Models' list.
- Enhanced Model Parameter Handling: Clarified the handling of default values for model parameters.
- Enhanced Schema Editor: Updated the Schema Editor to automatically save changes when clicking outside the property edit zone.
- Playground Interaction Prompt Modal Behavior: Prevented the an interaction's prompt modal from being closed without saving changes or closing the modal.
- Enhanced Playground Display: Reorganized the Playground's Execution Payload information into separate tabs for 'Parameters', 'Configuration', and `Result Schema'.
- Enhanced Playground Execution: Supported setting additional parameters in the Playground without modifying an interaction's configuration, including the 'Run Data' option, additional model parameters, and the result schema.
- Improved Finish Reason and Token Usage Display: Enhanced display of finish reason and token usage information in CLI and UI.
- Enhanced Playground Result Display: Improved the Playground with fixed tab header and scrollable content.
- Enhanced Run Configuration Display: Added a new 'Configuration' tab to the Run Overlay to display the run configuration information.
- Refetch and Clear Filter Buttons: Added 'Refetch' and 'Clear Filters' buttons to the Content Object Search View and Run Search View.
- Export All Objects Option: Improved the options to export properties for all objects matching a search query or only the selected objects.
- Runs Tab in Content Object View: Added a 'Runs' tab to the Content Object view, displaying all runs that used the content object as input.
- Cancel Workflow Action: Added a 'Cancel Workflow' button to the 'Workflows' tab in the Content Objects screen.
- Enhanced Workflow Executions UI: Added a 'Workflow' column to display the name of the executed workflow rule and includes it in search filters.
Bug Fixes
- Fix Error While Creating Organization and/or Project: Ensured immediate visibility of newly created organizations and projects in the UI.
- Fix Persistent Prompt State: Ensured state persistence when updating a prompt template and switching between 'JS Template' and 'Plan Text' modes.
- Fix Persistent Playground Parameters: Ensured consistent display of document and media content object titles in the Playground Parameters.
- Fix 'Prompt' Tab Display: Only displayed the 'Prompt' tab in the interaction's 'Execution Result' panel when the 'Run Data' configuration is set to 'DEBUG'.
- Fix Can't Filter Search When Interactions Aren't Found: Ensured consistent search functionality for deleted or unavailable interactions.
- Fix No Schema Generated During Content Intake: Addressed issue where new content types were created with no schema when using Gemini Pro.
- Fix Gemini Schema Validation and Schema Editor: Addressed execution failure when using Gemini's JSON schema validation with custom schemas.
- Fix Failed to Export Object with Special Characters: Fixed export failure for objects with special characters in their type's table layout.
- Fix Error from No Embeddings: Fixed an issue where the 'Similar' tab in the 'Content Objects' screen displayed an error if no embeddings existed for the object.
- Fix Content Type Availability: Eliminated the need for a browser refresh after creating a new content type.
- Fix Content Type Persistence: Eliminated the need for a browser refresh after updating a Content Type layout table.
- Fix Content Type Properties Reset: Ensured content type properties are reset between multiple content type creations.