Skip to content

Commit dc6caba

Browse files
committed
add video
1 parent 8e8cf79 commit dc6caba

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

apex/README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,23 @@
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.
5+
46
## ADB Chat
5-
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:
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+
<iframe width="560" height="315" src="https://www.youtube.com/embed/2C-wirdC0aw?si=yVmGrZj2rNvJ36Nf" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
10+
11+
Simply import the application into your APEX development environment.
12+
13+
* [Download application](select-ai-chat/f101.sql)
14+
15+
Background material:
616
* [Create an AI profile](../sql/select-ai-create-profile.sql)
717
* [NL2SQL](../sql/select-ai-nl2sql.sql)
818
* [Select AI RAG](../sql/select-ai-rag.sql)
919

10-
<video width="640" height="360" controls>
11-
<source src="./select-ai-chat-across-subject-areas.mp4" type="video/mp4">
12-
</video>
20+
1321

1422
<hr>
1523
Copyright (c) 2025 Oracle and/or its affiliates.<br>
-4.26 MB
Binary file not shown.

0 commit comments

Comments
 (0)