Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
26 changes: 26 additions & 0 deletions apex/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Sample APEX Apps
Listed below are sample applications that leverage Autonomous Database.

Autonomous Database is already configured with APEX. After creating your APEX workspace, simply import the applications using the APEX App Builder.

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

[![ADB Chat app](https://img.youtube.com/vi/2C-wirdC0aw/0.jpg)](https://www.youtube.com/watch?v=2C-wirdC0aw)


Simply import the application into your APEX development environment.

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

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



<hr>
Copyright (c) 2025 Oracle and/or its affiliates.<br>
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
Loading