Skip to content

Commit 60e6f56

Browse files
author
Sherry LaMonica
committed
Clean up Select AI README formatting and links
1 parent 8c110e9 commit 60e6f56

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

select-ai/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ When you use Select AI, **Oracle Autonomous Database** manages the process of co
66

77
Select AI also automates the **retrieval-augmented generation (RAG)** workflow: generating vector embeddings, performing semantic similarity searches, and retrieving relevant content from your vector store. Additional capabilities include **synthetic data generation**, **chat history support**, and other advanced AI functions — all accessible through SQL.
88

9-
The [`DBMS_CLOUD_AI`](https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/adbsb/dbms-cloud-ai-package.html#GUID-000CBBD4-202B-4E9B-9FC2-B9F2FF20F246) PL/SQL package provides programmatic integration with user-specified LLMs. It automatically augments prompts with schema metadata, enabling natural language-to-SQL translation, RAG with vector stores, synthetic data generation, and conversational LLM sessions. The package supports multiple AI providers and LLMs listed under [*Select Your AI Provider and LLMs*](https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/adbsb/select-ai-about.html#GUID-FDAEF22A-5DDF-4BAE-A465-C1D568C75812) in the Oracle documentation.
9+
The [DBMS_CLOUD_AI](https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/adbsb/dbms-cloud-ai-package.html#GUID-000CBBD4-202B-4E9B-9FC2-B9F2FF20F246) PL/SQL package provides programmatic integration with user-specified LLMs. It automatically augments prompts with schema metadata, enabling natural language-to-SQL translation, RAG with vector stores, synthetic data generation, and conversational LLM sessions. The package supports multiple AI providers and LLMs listed under [Select Your AI Provider and LLMs](https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/adbsb/select-ai-about.html#GUID-FDAEF22A-5DDF-4BAE-A465-C1D568C75812) in the Oracle documentation.
1010

1111
---
1212

1313
## Folder Structure
1414

15-
- **sql/**
16-
- **python/**
17-
- **r/**
18-
- **notebooks/**
15+
- **sql/**
16+
- **python/**
17+
- **r/**
18+
- **notebooks/**
1919

2020
---
2121

0 commit comments

Comments
 (0)