Skip to content

Commit ba32db5

Browse files
committed
readme
1 parent 506f460 commit ba32db5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

apex/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Sample APEX Apps
22
Listed below are sample applications that leverage Autonomous Database.
33

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.
55

66
## ADB Chat
77
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.
1111

1212
Simply import the application into your APEX development environment.
1313

14-
* [Download application](select-ai-chat/f101.sql)
14+
* [Download the APEX application](select-ai-chat/f101.sql)
1515

1616
Background material:
17+
* [APEX in Autonomous Database documentation](https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/adbsb/application-express-autonomous-database.html)
1718
* [Create an AI profile](../sql/select-ai-create-profile.sql)
1819
* [NL2SQL](../sql/select-ai-nl2sql.sql)
1920
* [Select AI RAG](../sql/select-ai-rag.sql)

0 commit comments

Comments
 (0)