Changelog | December, 2024
Changelog | December, 2024
Changelog | December, 2024
December 20th, 2024
You can now catch and handle errors in Guardrail Nodes just as you can most other Node types using the new “Reject on Error” toggle.
December 19th, 2024
You can now specify whether an input variable to a Prompt or Workflow is required or optional. This determines whether API calls made to invoke the Prompt or Workflow must include a value for that input variable. If the input variable is optional, the API call can omit its value and still be successful. If required, the API call must include a value for that input variable or else it will fail with a 400 status code response.
Additionally, you may set explicit default values for optional input variables. If an API call omits a value for an optional input variable, the default value will be used instead.
Newly created input variables going forward are optional by default with a null default value. This protects against
breaking changes for existing API calls that do not include values for newly added variables.
You can see a demo of it in action here:
December 18th, 2024
We now support uploading .json files to Document Indexes for indexing and searching.
December 18th, 2024
Capturing end-user feedback on a deployed AI system is a powerful way of understanding whether your system is performing as expected. However, even more valuable can be using this collected feedback in conjunction with evals.
We’ve added the ability to map end-user feedback to ground truth variables in evals. This allows you to build up your eval datasets and the ground-truth data within, with real-world feedback from your end-users. Check out a demo of it in action below:
December 14th, 2024
When using the Search functionality within a Document Index, you can now see a link to the document that the search result is from.
In addition to the link, you can also see the Document’s metadata in the search results.

December 11th, 2024
We’ve added support for Together AI’s Together AI models.
Along with the launch of the Together AI integration, we’ve added support for Llama 3.3 70B Instruct Turbo.
us-east-1 region.December 5th, 2024
We’ve added support for SambaNova AI as one of our newest model hosts!
Along with the launch of the SambaNova integration, we’ve added the following model:
For more information, check out the SambaNova API reference.
December 4th, 2024
The Workflow Editor UI could feel sluggish when working on sufficiently large Workflows consisting of many Nodes. We’ve made a number of broad sweeping optimizations so that editing Workflows in the UI should generally feel snappier and more responsive.