Skip to content

Commit ed49512

Browse files
Correct Oracle Database 23ai mention (#384)
1 parent 9235749 commit ed49512

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

generative-ai-agent-23ai/sql/sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ This lab assumes you have:
2020
* All previous labs successfully completed
2121
* Must have an Administrator Account or Permissions to manage several OCI Services: Oracle ADB
2222

23-
## Task 1: Oracle 23ai Prerequisites
23+
## Task 1: Oracle Database 23ai Prerequisites
2424

25-
The user must have the Oracle 23ai Database with the following components:
25+
The user must have the Oracle Database 23ai with the following components:
2626

2727
* Table: Used to store records with 'docid', 'body', and 'vector'.
2828
* Database Function: Provides vector search results against the provided query.

generative-ai-multi-agent-oda/provision-agent-23ai/provision-agent-23ai.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,9 @@ This task involves creating a Database Tools Connection which will be used to qu
155155
156156
## Task 6: Load vector data in ADB using sql
157157
158-
### Oracle 23ai Prerequisites
158+
### Oracle Database 23ai Prerequisites
159159
160-
The user must have the Oracle 23ai Database with the following components:
160+
The user must have the Oracle Database 23ai with the following components:
161161
162162
* Table: Used to store records with 'docid', 'body', and 'vector'.
163163
* Database Function: Provides vector search results against the provided query.

generative-ai-rag-llama-index/0-introduction/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## About This Workshop
44

5-
The main purpose of this workshop is to get started with using Oracle 23ai Vector Similarity Search, OCI Generative AI Service and Llama-Index for putting together a Retrieval Augmented Generation application that can be utilized with unstructured data.
5+
The main purpose of this workshop is to get started with using Oracle Database 23ai Vector Similarity Search, OCI Generative AI Service and Llama-Index for putting together a Retrieval Augmented Generation application that can be utilized with unstructured data.
66

77
Estimated time: 120 minutes
88

generative-ai-rag-llama-index/4-setup-gen-ai-frontend/setup-frontend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ If you run into any issues in this portion of the lab, you can check error messa
4949
## Task 5: Experimenting with RAG Frontend
5050
1. After completing the previous task, navigate to ```http://localhost:8501``` on your browser.
5151
![Streamlit Frontend](images/frontend_splash_page.png)
52-
2. Upload a file for processing. This may take some time depending on the size of your file. Supported file types are .txt, .pdf, .csv and .tsv. You can use the example file used in this lab [Oracle 23ai Vector Search User Guide](https://docs.oracle.com/en/database/oracle/oracle-database/23/vecse/oracle-ai-vector-search-users-guide.pdf).
52+
2. Upload a file for processing. This may take some time depending on the size of your file. Supported file types are .txt, .pdf, .csv and .tsv. You can use the example file used in this lab [Oracle Database 23ai Vector Search User Guide](https://docs.oracle.com/en/database/oracle/oracle-database/23/vecse/oracle-ai-vector-search-users-guide.pdf).
5353
![Upload File](images/browse_files.png)
5454
3. Once the data is preprocessed and vector generation is finished, your RAG Agent is ready to chat with. Make your first query.
5555
![Chat with RAG Agent](images/RAG_text_generated.png)

0 commit comments

Comments
 (0)