File tree 3 files changed +42
-0
lines changed
3 files changed +42
-0
lines changed Original file line number Diff line number Diff line change 10
10
</ li >
11
11
</ ul >
12
12
< ul class ="pagination owl-carousel pagination_big ">
13
+ < li > < a href ="release_notes_6_1_1 "> 6.1.1</ a > </ li >
14
+ < li > < a href ="release_notes_6_1_0 "> 6.1.0</ a > </ li >
13
15
< li > < a href ="release_notes_6_0_2 "> 6.0.2</ a > </ li >
14
16
< li > < a href ="release_notes_6_0_0 "> 6.0.0</ a > </ li >
15
17
< li > < a href ="release_notes_5_9_3 "> 5.9.3</ a > </ li >
Original file line number Diff line number Diff line change
1
+ ---
2
+ layout : docs
3
+ header : true
4
+ seotitle : Generative AI Lab | John Snow Labs
5
+ title : Generative AI Lab Release Notes 6.1.1
6
+ permalink : /docs/en/alab/annotation_labs_releases/release_notes_6_1_1
7
+ key : docs-licensed-release-notes
8
+ modify_date : 2024-05-14
9
+ show_nav : true
10
+ sidebar :
11
+ nav : annotation-lab
12
+ ---
13
+
14
+ <div class =" h3-box " markdown =" 1 " >
15
+
16
+ ## 6.1.1
17
+
18
+ Release date: ** 05-16-2024**
19
+
20
+ ### Improvement
21
+ - For PAYG license in AMI, the metering for scope is separated between HC and OCR
22
+ - User will not able to enable "Include Base Model Labels" when Transfer Learning is disabled
23
+ - User will not be able to right click on image tasks in labeling page
24
+
25
+ ### Bug Fixes
26
+ - Unable to tag a task from the tasks page
27
+ - PDF Files cannot be imported to project with Custom XML Configuration
28
+ - Only first page is available when previously exported task is imported in Visual NER project
29
+ - Users aren't able to access the imported Visual NER tasks
30
+ - Imported tasks are not accessible in RatePDF project type
31
+
32
+
33
+ </div ><div class =" prev_ver h3-box " markdown =" 1 " >
34
+
35
+ ## Versions
36
+
37
+ </div >
38
+
39
+ {%- include docs-annotation-pagination.html -%}
Original file line number Diff line number Diff line change @@ -202,6 +202,7 @@ This enhancement ensures a smoother and more efficient experience for users when
202
202
</div >
203
203
204
204
<ul class =" pagination owl-carousel pagination_big " >
205
+ <li><a href="annotation_labs_releases/release_notes_6_1_1">6.1.1</a></li>
205
206
<li class="active"><a href="annotation_labs_releases/release_notes_6_1_0">6.1.0</a></li>
206
207
<li><a href="annotation_labs_releases/release_notes_6_0_2">6.0.2</a></li>
207
208
<li><a href="annotation_labs_releases/release_notes_6_0_0">6.0.0</a></li>
You can’t perform that action at this time.
0 commit comments