Skip to content

Commit f84b6ce

Browse files
authored
Merge pull request #1774 from oracle-devrel/MarcGueury-sql-tool3
Update README.md
2 parents d27b77a + 94e2a82 commit f84b6ce

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed

ai/gen-ai-agents/sql-tool/README.md

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
1. **Introduction**
1+
# Creating a NL2SQL Agent on OCI
2+
3+
**1. Introduction**
24

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

1416
- **Database Setup:**
1517

16-
> Create the database (Oracle Base Database or Autonomous Database).
17-
> Database should be in a created in a private subnet (preferred) or
18-
> protected by access control from VCN.
18+
Create the database (Oracle Base Database or Autonomous Database).
19+
Database should be in a created in a private subnet (preferred) or
20+
protected by access control from VCN.
1921

2022
- **Create Table and Load Data**
2123

22-
> Create tables in the above database and load data. You can follow
23-
> instructions
24-
> [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)
25-
> to connect to the DB and load data.
24+
Create tables in the above database and load data. You can follow instructions
25+
[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)
26+
to connect to the DB and load data.
2627

2728
- **Database Tool Connection:**
2829

29-
> Create Database Tool Connection to connect to the above database.
30-
> Database Tool Connection should use a Private Endpoint to connect to
31-
> database, You can follow this
32-
> [doc](https://docs.public.content.oci.oraclecloud.com/en-us/iaas/database-tools/home.htm)
33-
> for creating a DB tool connection to any Oracle database service in
34-
> OCI.
30+
Create Database Tool Connection to connect to the above database.
31+
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.
3532

3633
- **Prepare Tool Configuration Data**
3734

0 commit comments

Comments
 (0)