You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+65-45Lines changed: 65 additions & 45 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,22 @@ Select AI for Python enables you to ask questions of your database data using na
5
5
6
6
Select AI for Python enables you to leverage the broader Python ecosystem in combination with generative AI and database functionality - bridging the gap between the DBMS_CLOUD_AI PL/SQL package and Python's rich ecosystem. It provides intuitive objects and methods for AI model interaction.
7
7
8
+
## Table of Contents
9
+
10
+
-[Installation](#installation)
11
+
-[Documentation](#documentation)
12
+
-[Getting Started](#getting-started)
13
+
-[Async Example](#async-example)
14
+
-[Command Line Interface](#command-line-interface)
15
+
-[Chat](#chat)
16
+
-[A2A Server](#a2a-server)
17
+
-[Cloud Run](#cloud-run)
18
+
-[Samples](#samples)
19
+
-[Help](#help)
20
+
-[Contributing](#contributing)
21
+
-[Security](#security)
22
+
-[License](#license)
23
+
8
24
9
25
## Installation
10
26
@@ -26,21 +42,61 @@ The CLI extra includes A2A server support.
26
42
27
43
See [Select AI for Python documentation][documentation]
0 commit comments