Skip to content

Commit ac6f31e

Browse files
author
Sherry LaMonica
committed
Update README to use Autonomous AI Database and standard dashes
1 parent 60e6f56 commit ac6f31e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

select-ai/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# About Select AI
22

3-
**Select AI** lets you use natural language to interact with your database and large language models (LLMs) directly through SQL. It’s designed to enhance user productivity and simplify the development of AI-based applications. With Select AI, you can generate, run, and explain SQL from natural language prompts, perform retrieval-augmented generation (RAG) using vector stores, generate synthetic data, or even chat with an LLM all from a familiar SQL interface.
3+
**Select AI** lets you use natural language to interact with your database and large language models (LLMs) directly through SQL. It’s designed to enhance user productivity and simplify the development of AI-based applications. With Select AI, you can generate, run, and explain SQL from natural language prompts, perform retrieval-augmented generation (RAG) using vector stores, generate synthetic data, or even chat with an LLM - all from a familiar SQL interface.
44

5-
When you use Select AI, **Oracle Autonomous Database** manages the process of converting natural language into SQL. This means you can provide natural language prompts instead of writing SQL code to explore and query your data. Select AI serves as a productivity tool for experienced SQL developers and empowers non-expert users to extract insights without needing to understand database schemas or query syntax.
5+
When you use Select AI, **Oracle Autonomous AI Database** manages the process of converting natural language into SQL. This means you can provide natural language prompts instead of writing SQL code to explore and query your data. Select AI serves as a productivity tool for experienced SQL developers and empowers non-expert users to extract insights without needing to understand database schemas or query syntax.
66

7-
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.
7+
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

99
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

0 commit comments

Comments
 (0)