October 31, 2024
Release date: October 31, 2024
Overview
In Release 73, we've introduced these new features:
- SDK methods for workflow management
- Enhanced references list for Model chat
- Knowledge model file management API
What's new
SDK methods for workflow management
We've introduced new SDK methods for managing workflows, including CRUD operations. Code snippets with examples of accessing the SDK are now available in the workflow UI.
These new methods simplify workflow management, allowing developers to integrate and customize workflows more efficiently within their applications.
Enhanced references list for Model chat
The references list for the chat responses has been updated with a more concise and user-friendly design. References are now grouped by document name, making it easier to navigate and understand the sources of information. Highlights and quotes have been improved for better readability.
This enhancement allows users to quickly access and verify the sources of information, improving transparency and trust in the model's responses.
Knowledge model file management API
New API methods have been introduced for file management in Constructor Model. Users can now upload, list, retrieve, update, and delete documents programmatically using the same API key as chat methods. Uploaded documents are automatically indexed and visible in the UI.
These new API methods provide greater flexibility in managing documents programmatically, enabling seamless integration with existing systems and workflows.