From fc2a2b1a10b718980d17b6c2af0ae0a36688f8d1 Mon Sep 17 00:00:00 2001 From: Marc Gueury <92148382+MarcGueury@users.noreply.github.com> Date: Thu, 22 May 2025 16:51:30 +0200 Subject: [PATCH] Update README.md --- ai/gen-ai-agents/sql-tool/README.md | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/ai/gen-ai-agents/sql-tool/README.md b/ai/gen-ai-agents/sql-tool/README.md index 83f4a75d4..d038494f9 100644 --- a/ai/gen-ai-agents/sql-tool/README.md +++ b/ai/gen-ai-agents/sql-tool/README.md @@ -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. @@ -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**