Skip to content

Commit 375b129

Browse files
committed
README.md and images
Added image directory, images and corrected README.md
1 parent 58971d6 commit 375b129

File tree

6 files changed

+84
-0
lines changed

6 files changed

+84
-0
lines changed

apex/Ask-Oracle/README.md

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
# Announcing Ask Oracle chatbot powered by Select AI
2+
3+
The Ask Oracle sample APEX application is a chatbot user interface for
4+
no-code Select AI interaction. Using your AI profiles and AI agents
5+
created using Select AI, you can easily engage with your AI models,
6+
database data, and vector indexes. While Select AI provides code
7+
interfaces using SQL, PL/SQL, and Python, this sample APEX application
8+
enables you to quickly and conveniently give users (coders and
9+
non-coders alike) access to natural language access to data and AI
10+
models.
11+
12+
## Ask Oracle overview
13+
14+
Now in version 3, the Ask Oracle chatbot supports a broad range of
15+
functionality for Select AI:
16+
17+
- **Chat** -- direct interaction with the LLM specified in your selected
18+
AI profile
19+
- **NL2SQL** --query data in your Autonomous AI Database using natural
20+
language to SQL generation and your selected AI profile
21+
- **RAG** -- use retrieval augmented generation (RAG) with your selected
22+
AI profile that specified a vector index
23+
- **AI agents** -interact with your selected AI agent
24+
- **Explain queries** -- generate LLM-provided explanations of generated
25+
queries
26+
- **Conversations** -- create, manage, and edit conversations for
27+
long-term memory, while easily switching between conversations
28+
- **Charts** -- create and refine charts using explicit control or
29+
natural language specification for NL2SQL results
30+
- **Audio generation** -- listen to responses
31+
- **AI profile and agent details** -- view details of AI profiles and AI
32+
agents for ease of selection and easily see which profile/action or
33+
agent used for each prompt
34+
35+
![NL2SQL](../images/NL2SQL-chart.png)
36+
37+
***Figure 1: Ask Oracle chatbot for NL2SQL with chart and SQL
38+
displayed***
39+
40+
![settings1](../images/chatbot-settings1.png) ![settings1](../images/chatbot-settings2.png) ![settings1](../images/chatbot-settings3.png)
41+
42+
***Figure 2: Ask Oracle chatbot settings for NL2SQL and RAG AI profiles
43+
as well as Agent Team***
44+
45+
## What is Select AI?
46+
47+
## APEX in Autonomous AI Database
48+
49+
Oracle APEX (Application Express) is a low-code application development
50+
platform designed to build scalable, secure, and data-driven web and
51+
mobile applications. It is tightly integrated with the Oracle AI
52+
Database, making it a powerful tool for creating database-centric
53+
applications. APEX allows you to focus on solving business problems
54+
while abstracting the complexities of traditional coding.
55+
56+
As an APEX application, you can use the Ask Oracle chatbot as is or use
57+
it as a starting point for further customization.
58+
59+
## Installing the Ask Oracle chatbot
60+
61+
Since Autonomous AI Database has APEX built in, after creating your APEX
62+
workspace, simply import the Ask Oracle application using the APEX App
63+
Builder. This quick video will guide through the steps.
64+
65+
* [Install Ask Oracle Chatbot](https://github.com/oracle-devrel/oracle-autonomous-database-samples)
66+
67+
VIDEO LINK
68+
69+
* [You can download the Ask Oracle APEX app here:](https://github.com/oracle-devrel/oracle-autonomous-database-samples/blob/main/apex/apex/Ask-Oracle/ADB-AskOracle-Chatbot-2025-10-07.sql?raw=true)
70+
71+
# Resources
72+
73+
For more information...
74+
75+
* [Autonomous AI Database Select AI](https://www.oracle.com/autonomous-database/select-ai/)
76+
* [Getting Started with Select AI](https://docs.oracle.com/en-us/iaas/autonomous-database-serverless/doc/select-ai-get-started.html)
77+
* [Manage AI profiles](https://docs.oracle.com/en-us/iaas/autonomous-database-serverless/doc/select-ai-manage-profiles.html)
78+
* [Select AI Agent](https://docs.oracle.com/en-us/iaas/autonomous-database-serverless/doc/select-ai-agent.html)
79+
* [Oracle APEX](https://apex.oracle.com/en/)
80+
* [APEX in Autonomous AI Database](https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/adbsb/application-express-autonomous-database.html)
81+
82+
<hr>
83+
Copyright (c) 2025 Oracle and/or its affiliates.<br>
84+
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/

apex/images/NL2SQL-chart.png

39.9 KB
Loading

apex/images/chatbot-settings1.png

17.7 KB
Loading

apex/images/chatbot-settings2.png

19.6 KB
Loading

apex/images/chatbot-settings3.png

16.3 KB
Loading

0 commit comments

Comments
 (0)