# 6.68.0

June 27, 2024

## **What's new** 💡

### **Data Studio**

* 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](https://docs.datasaur.ai/nlp-projects/reviewing-nlp-projects/review-sampling).
* 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** 🐞

### **Data Studio**

* 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 <mark style="color:red;">`ROW_BASED`</mark>, remove any mention of <mark style="color:red;">`DOCUMENT_LABELING_EXTENSION_ID`</mark>, or replace them with <mark style="color:red;">`ROW_LABELING_EXTENSION_ID`</mark>.
    * Otherwise, you should be safe to reuse your existing JSON file as usual.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.datasaur.ai/compatibility-and-updates/release-notes/version-6/6.68.0.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
