Skip to content

Commit c2aa17b

Browse files
authored
Merge pull request #14 from martygubar/main
Added ADB Chat app
2 parents 12c0f36 + ba32db5 commit c2aa17b

File tree

2 files changed

+244859
-0
lines changed

2 files changed

+244859
-0
lines changed

apex/README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Sample APEX Apps
2+
Listed below are sample applications that leverage Autonomous Database.
3+
4+
Autonomous Database is already configured with APEX. After creating your APEX workspace, simply import the applications using the APEX App Builder.
5+
6+
## ADB Chat
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.
8+
9+
[![ADB Chat app](https://img.youtube.com/vi/2C-wirdC0aw/0.jpg)](https://www.youtube.com/watch?v=2C-wirdC0aw)
10+
11+
12+
Simply import the application into your APEX development environment.
13+
14+
* [Download the APEX application](select-ai-chat/f101.sql)
15+
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)
18+
* [Create an AI profile](../sql/select-ai-create-profile.sql)
19+
* [NL2SQL](../sql/select-ai-nl2sql.sql)
20+
* [Select AI RAG](../sql/select-ai-rag.sql)
21+
22+
23+
24+
<hr>
25+
Copyright (c) 2025 Oracle and/or its affiliates.<br>
26+
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/

0 commit comments

Comments
 (0)