Skip to content

added new video for adb-chat apex example #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Feb 19, 2025
Merged
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
5 changes: 2 additions & 3 deletions apex/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@ Autonomous Database is already configured with APEX. After creating your APEX wo
## 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)

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

Simply import the application into your APEX development environment.

* [Download the APEX application](select-ai-chat/f101.sql)
* [Download the APEX application (right-click to save)](../apex/select-ai-chat/f101.sql?raw=true)

Background material:
* [APEX in Autonomous Database documentation](https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/adbsb/application-express-autonomous-database.html)
Expand Down