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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
8
8
## Description
9
9
10
-
The **Oracle AI Optimizer and Toolkit** (the **AI Optimizer**) provides a streamlined environment where developers and data scientists can explore the potential of Generative Artificial Intelligence (GenAI) combined with Retrieval-Augmented Generation (RAG) capabilities. By integrating **Oracle Database 23ai** AI VectorSearch and SelectAI, the Sandbox enables users to enhance existing Large Language Models (LLMs) through RAG.
10
+
The **Oracle AI Optimizer and Toolkit** (the **AI Optimizer**) provides a streamlined environment where developers and data scientists can explore the potential of Generative Artificial Intelligence (GenAI) combined with Retrieval-Augmented Generation (RAG) capabilities. By integrating **Oracle AI Database** VectorSearch and SelectAI, the Sandbox enables users to enhance existing Large Language Models (LLMs) through RAG.
11
11
12
12
## AI Optimizer Features
13
13
@@ -25,7 +25,7 @@ For more information, including more details on **Setup and Configuration** plea
Copy file name to clipboardExpand all lines: docs/content/_index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ The {{< full_app_ref >}} provides a streamlined environment where developers and
17
17
18
18
-**GenAI**: Powers the generation of text, images, or other data based on prompts using pre-trained **LLM**s.
19
19
-**RAG**: Enhances **LLM**s by retrieving relevant, real-time information allowing models to provide up-to-date and accurate responses.
20
-
-**Vector Database**: A database, including Oracle Database 23ai, that can natively store and manage vector embeddings and handle the unstructured data they describe, such as documents, images, video, or audio.
20
+
-**Vector Database**: A database, including Oracle AI Database, that can natively store and manage vector embeddings and handle the unstructured data they describe, such as documents, images, video, or audio.
21
21
22
22
## Features
23
23
@@ -40,7 +40,7 @@ The [Walkthrough](walkthrough) is a great way to familiarize yourself with the *
The following additional components, not delivered with the {{< short_app_ref >}}, are also required. These can be run On-Premises or in the Cloud:
18
-
-[Oracle Database 23ai](#database), including [Oracle Database 23ai **Free**](https://www.oracle.com/uk/database/free/)
18
+
-[Oracle AI Database](#database), including [Oracle AI Database **Free**](https://www.oracle.com/database/free)
19
19
- Access to at least one [Large Language Model](#large-language-model)
20
20
- Access to at least one [Embedding Model](#embedding-model) (for Retrieval Augmented Generation)
21
21
@@ -45,7 +45,7 @@ You can develop and replace the provided client with any REST capable client.
45
45
46
46
## Database
47
47
48
-
[Oracle Database 23ai](https://www.oracle.com/uk/database/23ai/), including [Oracle Database 23ai **Free**](https://www.oracle.com/uk/database/free/) provides a persistent data store for the {{< short_app_ref >}}.
48
+
[Oracle AI Database](https://www.oracle.com/database), including [Oracle AI Database **Free**](https://www.oracle.com/database/free) provides a persistent data store for the {{< short_app_ref >}}.
49
49
50
50

51
51
@@ -54,7 +54,7 @@ You can develop and replace the provided client with any REST capable client.
54
54
The **AI Optimizer** can be used to interact with language models without having the database configured, but additional functionality such as RAG, will not be available without the database.
55
55
{{% /notice %}}
56
56
57
-
The 23ai database provides:
57
+
Oracle AI Database provides:
58
58
59
59
- the Vector Store for split and embedded documents used for Retrieval Augmented Generation (RAG).
60
60
- storage for the [Testbed](testbed) Q&A Test Sets and Evaluations
Copy file name to clipboardExpand all lines: docs/content/client/configuration/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ For more information on the currently supported models and how to configure them
25
25
26
26
## 🗄️ Database Configuration
27
27
28
-
A 23ai Oracle Database is required to store the embedding vectors to enable Retrieval-Augmented Generation (RAG). The ChatBot can be used without a configured database, but you will be unable to split/embed or experiment with RAG in the ChatBot.
28
+
Oracle AI Database is required to store the embedding vectors to enable Retrieval-Augmented Generation (RAG). The ChatBot can be used without a configured database, but you will be unable to split/embed or experiment with RAG in the ChatBot.
29
29
30
30
For more information on configuring the database, please read about [Database Configuration](db_config/).
To use the Retrieval-Augmented Generation (RAG) functionality of the {{< short_app_ref >}}, you will need to setup/enable an [embedding model](../model_config) and have access to an **Oracle Database 23ai**. Both the [Always Free Oracle Autonomous Database Serverless (ADB-S)](https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/adbsb/autonomous-always-free.html) and the [Oracle Database 23ai Free](https://www.oracle.com/uk/database/free/get-started/) are supported. They are a great, no-cost, way to get up and running quickly.
13
+
To use the Retrieval-Augmented Generation (RAG) functionality of the {{< short_app_ref >}}, you will need to setup/enable an [embedding model](../model_config) and have access to an **Oracle AI Database**. Both the [Always Free Oracle Autonomous Database Serverless (ADB-S)](https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/adbsb/autonomous-always-free.html) and the [Oracle AI Database Free](https://www.oracle.com/database/free/get-started/) are supported. They are a great, no-cost, way to get up and running quickly.
This walkthrough will guide you through a basic installation of the {{< full_app_ref >}}. It will allow you to experiment with GenAI, using Retrieval-Augmented Generation (**RAG**) with Oracle Database 23ai at the core.
14
+
This walkthrough will guide you through a basic installation of the {{< full_app_ref >}}. It will allow you to experiment with GenAI, using Retrieval-Augmented Generation (**RAG**) with the Oracle AI Database at the core.
15
15
16
16
By the end of the walkthrough you will be familiar with:
17
17
@@ -50,7 +50,7 @@ You will run four container images to establish the "Infrastructure":
- Vector Storage/SelectAI - Oracle AI Database Free
54
54
- The {{< short_app_ref >}}
55
55
56
56
### LLM - llama3.1
@@ -158,11 +158,11 @@ The {{< short_app_ref >}} provides an easy to use front-end for experimenting wi
158
158
podman run -d --name ai-optimizer-aio --network=host localhost/ai-optimizer-aio:latest
159
159
```
160
160
161
-
### Vector Storage - Oracle Database 23ai Free
161
+
### Vector Storage - Oracle AI Database Free
162
162
163
-
AI Vector Search in Oracle Database 23ai provides the ability to store and query private business data using a natural language interface. The {{< short_app_ref >}} uses these capabilities to provide more accurate and relevant **LLM** responses via Retrieval-Augmented Generation (**RAG**). [Oracle Database 23ai Free](https://www.oracle.com/uk/database/free/get-started/) provides an ideal, no-cost vector store for this walkthrough.
163
+
AI Vector Search in Oracle AI Database provides the ability to store and query private business data using a natural language interface. The {{< short_app_ref >}} uses these capabilities to provide more accurate and relevant **LLM** responses via Retrieval-Augmented Generation (**RAG**). [Oracle AI Database Free](https://www.oracle.com/database/free/get-started/) provides an ideal, no-cost vector store for this walkthrough.
164
164
165
-
To start Oracle Database 23ai Free:
165
+
To start the Oracle AI Database Free:
166
166
167
167
1. Start the container:
168
168
@@ -259,7 +259,7 @@ To configure the On-Premises Embedding Model, navigate back to the _Configuratio
259
259
260
260
### Configure the Database
261
261
262
-
To configure Oracle Database 23ai Free, navigate to the _Configuration_ screen and _Databases_ tab:
262
+
To configure Oracle AI Database Free, navigate to the _Configuration_ screen and _Databases_ tab:
263
263
264
264
1. Enter the Database Username: `WALKTHROUGH`
265
265
1. Enter the Database Password for the database user: `OrA_41_OpTIMIZER`
@@ -304,7 +304,7 @@ After the splitting and embedding process completes, you can query the Vector St
0 commit comments