Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/_includes/docs-annotation-pagination.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
</li>
</ul>
<ul class="pagination owl-carousel pagination_big">
<li><a href="release_notes_7_3_1">7.3.1</a></li>
<li><a href="release_notes_7_3_0">7.3.0</a></li>
<li><a href="release_notes_7_2_2">7.2.2</a></li>
<li><a href="release_notes_7_2_1">7.2.2</a></li>
Expand Down
42 changes: 42 additions & 0 deletions docs/en/alab/annotation_labs_releases/release_notes_7_3_1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
layout: docs
header: true
seotitle: Generative AI Lab | John Snow Labs
title: Generative AI Lab 7.3.1
permalink: /docs/en/alab/annotation_labs_releases/release_notes_7_3_1
key: docs-licensed-release-notes
modify_date: 2025-07-31
show_nav: true
sidebar:
nav: annotation-lab
---

<div class="h3-box" markdown="1">

## Generative AI Lab 7.3.1
<p style="text-align:center;">Release date: 07-31-2025</p>

This patch release brings important improvements to cloud project import workflows, enhanced session handling, and better control over import permissions to ensure a smoother, more secure experience.

## Bug Fixes & Improvements

- **Flexible Session Token Updates** You can now update the session token during cloud import without losing previously saved credentials—no need to re-enter everything from scratch.

- **Reliable Cloud Import & Export** Resolved an issue that prevented importing or exporting projects from cloud storage, restoring full functionality for remote workflows.

- **Complete API Visibility** Missing endpoints have been added back to the Swagger documentation, ensuring developers have full access to all available APIs.

- **Crash-Free Page Refresh** Addressed a crash that occurred when refreshing the import page with the local import feature disabled.

- **Enforced Import Restrictions** When local import is disabled, users are now fully restricted from uploading projects from local files, ensuring consistent access control.

- **Unblocked Cloud Import Flow** Fixed an issue where users were unable to import from cloud storage unless they checked the "Save Credential" box. Cloud import now works seamlessly without requiring that extra step.


</div><div class="prev_ver h3-box" markdown="1">

## Versions

</div>

{%- include docs-annotation-pagination.html -%}
35 changes: 35 additions & 0 deletions docs/en/alab/annotation_labs_releases/release_notes_7_3_3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
layout: docs
header: true
seotitle: Generative AI Lab | John Snow Labs
title: Generative AI Lab 7.3
permalink: /docs/en/alab/annotation_labs_releases/release_notes_7_3_3
key: docs-licensed-release-notes
modify_date: 2025-08-15
show_nav: true
sidebar:
nav: annotation-lab
---

<div class="h3-box" markdown="1">

## Generative AI Lab 7.3.3
<p style="text-align:center;">Release date: 08-15-2025</p>

## Improvements
- The "Tasks per page" selection on the Tasks page is now preserved even after a hard refresh, ensuring consistent viewing preferences across sessions.

### Bug Fixes
- Fixed an issue in older LLM Comparison projects where configuring LLM for responses incorrectly added "undefined" to the project configuration.
- Resolved slow login page load times in air-gapped environments caused by attempts to download external fonts.
- Fixed an issue that prevented training of Visual NER projects.
- Addressed a bug where importing multiple tasks via JSON format.


</div><div class="prev_ver h3-box" markdown="1">

## Versions

</div>

{%- include docs-annotation-pagination.html -%}
2 changes: 2 additions & 0 deletions docs/en/alab/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,8 @@ What's New: Administrators can now disable local file imports system-wide, compl
</div>

<ul class="pagination owl-carousel pagination_big">
<li><a href="annotation_labs_releases/release_notes_7_3_3">7.3.3</a></li>
<li><a href="annotation_labs_releases/release_notes_7_3_1">7.3.1</a></li>
<li class="active"><a href="annotation_labs_releases/release_notes_7_3_0">7.3.0</a></li>
<li><a href="annotation_labs_releases/release_notes_7_2_2">7.2.2</a></li>
<li><a href="annotation_labs_releases/release_notes_7_2_1">7.2.1</a></li>
Expand Down