> For the complete documentation index, see [llms.txt](https://docs.datasaur.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.datasaur.ai/compatibility-and-updates/release-notes/version-6/6.78.0.md).

# 6.78.0

September 05, 2024

## **What's new** 💡

### **Data Studio**

* Activities Page — Added the ability to search for a project activities using the project ID.
* Added the ability to zoom in and out in documents using shortcut key for easier navigation.
* Enhanced the screen resolution warning and supported browser dialog for improved clarity.
* Export — Added the ability in Reviewer mode to include media files when performing a single file export.
* External Object Storage — Read only access for external ID on S3 to cover any security hole.

### **LLM Labs**

* Added Huggingface as a new Direct access LLMs provider.
* Removed several deprecated LLMs from Models page.

## **Bug fixes** 🐞

### **Data Studio**

* Fixed an issue in the Search Extension where bulk labeling could not be applied to a span if part of that span had already been labeled.
* Fixed an issue where adding documents to an existing project was incorrectly recorded as 'Project Created' on the Activities page.
* Fixed an issue where the UI would freeze when editing a bounding box label with an empty value in a required dropdown.

### **LLM Labs**

* Fixed an issue in the RAG Runner API Call runner.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.78.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.
