Skip to content

Update README.md #1774

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 2 commits into from
May 22, 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
25 changes: 11 additions & 14 deletions ai/gen-ai-agents/sql-tool/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
1. **Introduction**
# Creating a NL2SQL Agent on OCI

**1. Introduction**

- **Objective**: Step-by-step instructions for building and implementing
a SQL Agent.
Expand All @@ -13,25 +15,20 @@

- **Database Setup:**

> Create the database (Oracle Base Database or Autonomous Database).
> Database should be in a created in a private subnet (preferred) or
> protected by access control from VCN.
Create the database (Oracle Base Database or Autonomous Database).
Database should be in a created in a private subnet (preferred) or
protected by access control from VCN.

- **Create Table and Load Data**

> Create tables in the above database and load data. You can follow
> instructions
> [here](https://docs.public.content.oci.oraclecloud.com/en-us/iaas/autonomous-database-serverless/doc/load-data-autonomous.html#GUID-BCD09013-DFC9-4850-BBD2-6A90E9AE884B)
> to connect to the DB and load data.
Create tables in the above database and load data. You can follow instructions
[here](https://docs.public.content.oci.oraclecloud.com/en-us/iaas/autonomous-database-serverless/doc/load-data-autonomous.html#GUID-BCD09013-DFC9-4850-BBD2-6A90E9AE884B)
to connect to the DB and load data.

- **Database Tool Connection:**

> Create Database Tool Connection to connect to the above database.
> Database Tool Connection should use a Private Endpoint to connect to
> database, You can follow this
> [doc](https://docs.public.content.oci.oraclecloud.com/en-us/iaas/database-tools/home.htm)
> for creating a DB tool connection to any Oracle database service in
> OCI.
Create Database Tool Connection to connect to the above database.
Database Tool Connection should use a Private Endpoint to connect to database, You can follow this [doc](https://docs.public.content.oci.oraclecloud.com/en-us/iaas/database-tools/home.htm) for creating a DB tool connection to any Oracle database service in OCI.

- **Prepare Tool Configuration Data**

Expand Down