Skip to content

Commit b2ce948

Browse files
rpranabPranab Rajbhandari
and
Pranab Rajbhandari
authored
Docs/rename to gen ai lab (#1114)
* rename titles and seoheading to gen ai lab * replaced gen ai lab in all documentation where NLP Lab was present * changes in all pages * reverting changes in release notes * changes * changes * fixed mistakes * changes * changes * changes * changes * changes for gen ai lab * changes --------- Co-authored-by: Pranab Rajbhandari <pranabrajbhandari@Pranabs-MacBook-Pro.local>
1 parent aff5507 commit b2ce948

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/en/alab/healthcare.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ pre {
4646
}
4747
</style>
4848

49-
<a href="/docs/en/licensed_install">Healthcare NLP</a> provides an easy to use module for interacting with Generative AI Lab with minimal code. In this section, you can find the instructions for performing specific operations using the annotation lab module of the <a href="/docs/en/licensed_install">Healthcare NLP</a> library. You can execute these instructions in a python notebook (Jupyter, Colab, Kaggle, etc.).
49+
<a href="/docs/en/licensed_install">Healthcare NLP</a> provides an easy to use module for interacting with Generative AI Lab with minimal code. In this section, you can find the instructions for performing specific operations using the Generative AI Lab module of the <a href="/docs/en/licensed_install">Healthcare NLP</a> library. You can execute these instructions in a python notebook (Jupyter, Colab, Kaggle, etc.).
5050

5151
Before running the instructions described in the following sub-sections, some initial environment setup needs to be performed in order to configure the Healthcare NLP library and start a Spark session.
5252

@@ -1300,7 +1300,7 @@ alab.set_credentials(
13001300
# required: secret for you Generative AI Lab instance (every Generative AI Lab installation has a different secret)
13011301
client_secret=client_secret,
13021302

1303-
# required: http(s) url for you annotation lab
1303+
# required: http(s) url for you Generative AI Lab
13041304
annotationlab_url=annotationlab_url
13051305

13061306
)

docs/en/alab/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ If you have access to backend CLI then you can follow the steps below to fix fau
124124
./k3s-installer.sh
125125
```
126126

127-
4. Run the annotation lab installer
127+
4. Run the Generative AI Lab installer
128128

129129
```sh
130130
./annotationlab-installer.sh

docs/en/alab/user_management.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ A user with the admin privilege can change the login credentials for another use
6262

6363
## SAML Integration
6464

65-
AnnotationLab supports Security Assertion Markup Language (SAML). To login to AnnotationLab using SAML, follow the steps below.
65+
supports Security Assertion Markup Language (SAML). To login to Generative AI Lab using SAML, follow the steps below.
6666

6767
### SAML Server Setup
6868

@@ -78,7 +78,7 @@ docker run --rm --name mysamlserver -p 8081:8080 -p 8443:8443 -e SIMPLESAMLPHP_S
7878

7979
Follow the steps described below to setup a SAML connection.
8080

81-
1. Goto AnnotationLab Keyclock console and navigate to `Identity Providers` under `Configure` on the left-side menu.
81+
1. Goto Generative AI Lab Keyclock console and navigate to `Identity Providers` under `Configure` on the left-side menu.
8282

8383
2. Choose `SAML v2.0` from Add Provider drop-down menu and a configuration page should appear.
8484

0 commit comments

Comments
 (0)