You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apex/README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Sample APEX Apps
2
2
Listed below are sample applications that leverage Autonomous Database.
3
3
4
-
Autonomous Database is already configured with APEX ([see documentation](https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/adbsb/application-express-autonomous-database.html)). You can simply import the applications using the APEX App Builder.
4
+
Autonomous Database is already configured with APEX. After creating your APEX workspace, simply import the applications using the APEX App Builder.
5
5
6
6
## ADB Chat
7
7
ADB Chat allows you to query data in Autonomous Database using natural language. It uses the AI profiles that are in the current user's schema. Those profiles support both natural language to SQL as well as RAG.
@@ -11,9 +11,10 @@ ADB Chat allows you to query data in Autonomous Database using natural language.
11
11
12
12
Simply import the application into your APEX development environment.
13
13
14
-
*[Download application](select-ai-chat/f101.sql)
14
+
*[Download the APEX application](select-ai-chat/f101.sql)
15
15
16
16
Background material:
17
+
*[APEX in Autonomous Database documentation](https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/adbsb/application-express-autonomous-database.html)
17
18
*[Create an AI profile](../sql/select-ai-create-profile.sql)
0 commit comments