6.68.0
June 27, 2024
What's new 💡
NLP
A confirmation pop-up message is added when deleting comments to prevent users from accidentally deleting them.
Introducing a new setting in Step 4 of the Project Creation Wizard for review sampling capabilities.
Project settings can now be accessed directly from the Projects page by clicking on the three-dot icon of the project, providing faster access to the settings.
The 'Add Documents to an Ongoing Project' feature is now enabled for all team workspaces.
LLM Labs
Added a new Automated Evaluation feature in LLM Labs.
Enhance the main page of LLM Labs Playground by correcting minor grammatical errors. Introduce an empty state for instances where no search results are found in the Playgrounds section, and similarly, add an empty state for when there are no results from applied filters.
Improve the Model Page UX by adding a helpful message when no search results are found. A success banner should appear on the Manage Providers tab after successfully connecting a model. Add tooltips to provide clear and concise explanations for the displayed information.
Improve LLM Evaluation Pagination Filter, Status, and Project Kind to Support a new LLM Labs Automated Evaluation feature.
Remove the Expand Model Icon in LLM Playground Application Area.
We've changed the dialog box message that appears when a user deletes files in the vector store to deleting files.
Update OpenAI Model Provider Key Instructions and Correct Grammar Mistakes.
We've changed the font color for processing time in the completion result to black.
Integrate Claude 3.5 Sonnet into Amazon Bedrock Direct Access LLMs.
Bug fixes 🐞
NLP
Fixed an issue where submitting using the Enter key reset the bounding box position and/or vertices to their original positions.
LLM Labs
Fixed an issue where delete button in the Playgrounds main page and the vector store table appear multiple times.
Fixed an issue where the days filter was not working if sorting was implemented on the Usage page.
API changes 💡
Extension
We have separated the question-answering extensions for Row labeling and Document labeling projects. This change should not affect any existing projects.
Project creation
Due to the changes above, there are side effects to the project creation API. For users using our API to create projects programmatically, please check your JSON payload file, especially if you are creating Row labeling projects.
How to adjust:
If your payload includes the kinds
ROW_BASED
, remove any mention ofDOCUMENT_LABELING_EXTENSION_ID
, or replace them withROW_LABELING_EXTENSION_ID
.Otherwise, you should be safe to reuse your existing JSON file as usual.
Last updated