Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
23c9c6d
initial commit of chatbot developer workshop
jaddjennings Feb 20, 2025
da76b33
add intro and some images
jaddjennings Feb 28, 2025
7d4b6a8
Add first lab
jaddjennings Mar 4, 2025
2672651
add deploy sample app lab
jaddjennings Mar 5, 2025
14f5311
add draft of Lab 3
jaddjennings Mar 7, 2025
a14204c
Add OIC lab
jaddjennings Mar 7, 2025
d63b06c
update lab folder name and manifest files
jaddjennings Mar 7, 2025
30c7674
Update ODA lab
jaddjennings Mar 7, 2025
167c944
add demo, update/revise labs 1,2,3
jaddjennings Mar 10, 2025
9d63e9b
update lab 3
jaddjennings Mar 10, 2025
bcb5ed5
update lab 5
jaddjennings Mar 10, 2025
9d558a7
update lab 5
jaddjennings Mar 10, 2025
0f17199
update picture for correct skills
jaddjennings Mar 10, 2025
9136e8b
updates/revisions
jaddjennings Mar 11, 2025
2956e35
Update apex.md
jaddjennings Mar 11, 2025
00c7ccc
Update apex.md
jaddjennings Mar 11, 2025
ca7b6dc
Update rest_select_ai.md
jaddjennings Mar 11, 2025
bc4833d
Add files via upload
kaushik-kundu Mar 11, 2025
e7373b6
Update introduction.md
kaushik-kundu Mar 11, 2025
8bb4f3c
Add files via upload
kaushik-kundu Mar 11, 2025
5a47a74
Update introduction.md
kaushik-kundu Mar 11, 2025
5a1a314
Update oda.md
jaddjennings Mar 11, 2025
f1b0b84
Update oda_rest_db_select_ai_test.png
jaddjennings Mar 11, 2025
42bac41
Add files via upload
kaushik-kundu Mar 11, 2025
fd1300c
Add files via upload
kaushik-kundu Mar 11, 2025
16b7d46
Add files via upload
kaushik-kundu Mar 11, 2025
303a9fc
Update oda.md
kaushik-kundu Mar 11, 2025
c0bd53b
Update oda.md
jaddjennings Mar 11, 2025
dd55f42
combine labs 1/2
jaddjennings Mar 11, 2025
0b4b35e
Update apex.md
jaddjennings Mar 11, 2025
897de99
update demo
jaddjennings Mar 11, 2025
3012a82
Update user.md
jaddjennings Mar 11, 2025
e7f02aa
update SELECT AI text
jaddjennings Mar 11, 2025
c16ec2c
self-qa fix
jaddjennings Mar 11, 2025
59931a7
fix image reference
jaddjennings Mar 11, 2025
18ac02d
self-qa grammar/typo edits
jaddjennings Mar 12, 2025
375d0f6
update title
jaddjennings Mar 12, 2025
374da7e
update for ODA IAM Policies
jaddjennings Mar 13, 2025
535cfa7
Merge branch 'main' into main
jaddjennings Mar 17, 2025
121882a
last minute case update
jaddjennings Mar 17, 2025
766d1e9
Merge branch 'main' of https://github.com/jaddjennings/analytics-ai
jaddjennings Mar 17, 2025
3794298
update task numbering
jaddjennings Mar 25, 2025
a5247ea
Merge branch 'main' into main
jaddjennings Mar 26, 2025
fb649ed
Merge branch 'main' into main
jaddjennings Mar 27, 2025
49426ba
Update chatbot_developer_arch.png
jaddjennings Mar 31, 2025
f693adb
Merge branch 'main' of https://github.com/jaddjennings/analytics-ai
jaddjennings Mar 31, 2025
18d83f7
Merge branch 'main' into main
jaddjennings Mar 31, 2025
2e6070e
update scripts
jaddjennings Apr 1, 2025
0111ce1
Merge branch 'main' of https://github.com/jaddjennings/analytics-ai
jaddjennings Apr 1, 2025
01cbad7
Merge branch 'main' into main
jaddjennings Apr 1, 2025
fd27e45
add end statement to sql script
jaddjennings Apr 2, 2025
13714db
Merge branch 'main' of https://github.com/jaddjennings/analytics-ai
jaddjennings Apr 2, 2025
cf9aea8
Merge branch 'main' into main
jaddjennings Apr 2, 2025
a81da77
Update introduction.md
jaddjennings Jun 26, 2025
9077f31
Merge branch 'main' into main
jaddjennings Jun 26, 2025
28fbf65
update for OCI Redwood UI changes
jaddjennings Aug 25, 2025
c49b76b
Merge branch 'main' of https://github.com/jaddjennings/analytics-ai
jaddjennings Aug 25, 2025
d78fcb6
Merge branch 'main' into main
jaddjennings Aug 25, 2025
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
14 changes: 5 additions & 9 deletions chatbot-developer-with-selectai/deploy-sample-apex-app/apex.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ This task involves creating Autonomous Database 23ai.

![Create ADB Name](images/create_adb_name_workload.png)

3. Choose deployment type as Serverless, database version as 23ai and disable Compute auto scaling.
3. Choose database version as 23ai and disable Compute auto scaling.

![Create ADB Deployment](images/create_adb_deployment_type.png)

Expand All @@ -62,19 +62,15 @@ This task involves creating Autonomous Database 23ai.

This task involves logging into APEX Administration Services

1. Locate the Autonomous Database created in task 1 and click thru the name to view the details.

![View ADB Details](images/adb_details.png)

2. Scroll down and find the APEX instance name, click thru the instance name to view APEX Instance details.
1. Locate the Autonomous Database created in task 1, scroll down and find the APEX instance name. Click thru the instance name to view APEX Instance details.

![Goto APEX Instance](images/apex_instance_name.png)

3. From the APEX Instance Details click the Launch APEX button.
2. From the APEX Instance Details click the Launch APEX button.

![Launch APEX](images/launch_apex.png)

4. Open APEX Administration Services, use the autonomous database admin password created in task 1.
3. Open APEX Administration Services, use the autonomous database admin password created in task 1.

![Create ADB Password](images/apex_admin_services.png)

Expand Down Expand Up @@ -137,4 +133,4 @@ You may now proceed to the next lab.
* **Contributors**
* **Kaushik Kundu**, Master Principal Cloud Architect, NACIE
* **Last Updated By/Date**
* **Jadd Jennings**, Principal Cloud Architect, NACIE, March 2025
* **Jadd Jennings**, Principal Cloud Architect, NACIE, Aug 2025
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,11 @@ This lab assumes you have:

This task involves creating and API Key in OCI, the key will be used to implement Select AI.

1. Login the OCI Console and click the person icon on the top right.
1. Login the OCI Console, click the person icon on the top right and then click your username.

![Open OCI Profile](images/oci_profile.png)

2. Click API keys at the bottom left, then click the add API Key button.
2. Select the Tokens and API keys tab, then click the add API Key button.

![Add API Key](images/oci_add_api_key.png)

Expand Down