Skip to content

Commit

Permalink
WMS ID 11661: Fixed typos + disclaimers (#672)
Browse files Browse the repository at this point in the history
* Submited : Create a Large Language Model (LLM) chatbot using Oracle Database 23ai and Generative AI Service.

* Name adjustements

* Folder rename

* Deleted old folder

* Fixed some bugs

* Added the Livelabs version of the workshop

* Fixed some bugs

* Changed to the new LiveLab image + switched model to cohere.command-r-plus

* Updates for the new LiveLabs image

* Fixed image name

* Fixed some prerequisites

* Corrected Liana's job role

* Fixed some conditional inclusions

* Created the ocw24 version of the lab

* Fixed some typos + disclaimers

* Fixed index.html + duplicated names

---------

Co-authored-by: Bogdan Farca <bogdan@farca.ro>
  • Loading branch information
bogdanf and Bogdan Farca authored Sep 6, 2024
1 parent e87555c commit 05d3566
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 10 deletions.
4 changes: 2 additions & 2 deletions ai-chatbot-engine/introduction/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ In this workshop, you will learn how to:

### Prerequisites

* You have an Oracle Cloud account
* You have an Oracle Cloud account with access to the OCI Generative AI service
* You have enough privileges to use OCI
* You have basic knowledge of Python and Jupyter Labs
* Basic Linux knowledge
Expand All @@ -65,4 +65,4 @@ You may now **proceed to the next lab**
- Wojciech Pluta, Director, Technical Product Marketing
- Liana Lixandru, Senior Digital Adoption Manager, Digital Customer Experience (DCX), EMEA
- Kevin Lazarz, Senior Manager, Product Management, Database
* **Last Updated By/Date** - Bogdan Farca, Jul 2024
* **Last Updated By/Date** - Bogdan Farca, Sep 2024
2 changes: 1 addition & 1 deletion ai-chatbot-engine/search+llm/search+llm.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,4 +323,4 @@ You may now **proceed to the next lab**
* **Contributors**
- Liana Lixandru, Principal Digital Adoption Manager, Digital Customer Experience (DCX), EMEA
- Kevin Lazarz, Senior Manager, Product Management, Database
* **Last Updated By/Date** - Bogdan Farca, May 2024
* **Last Updated By/Date** - Bogdan Farca, Sep 2024
4 changes: 1 addition & 3 deletions ai-chatbot-engine/setup-livelabs/setup-livelabs.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,4 @@ You may now **proceed to the next lab**
- Liana Lixandru, Principal Digital Adoption Manager, Digital Customer Experience (DCX), EMEA
- Kevin Lazarz, Senior Manager, Product Management, Database
- Wojciech Pluta, Director, Technical Product Marketing
* **Last Updated By/Date** - Bogdan Farca, Jul 2024
- Wojciech Pluta, Director, Technical Product Marketing
* **Last Updated By/Date** - Bogdan Farca, Jul 2024
* **Last Updated By/Date** - Bogdan Farca, Sep 2024
2 changes: 1 addition & 1 deletion ai-chatbot-engine/setup-python/setup-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,4 @@ You may now **proceed to the next lab**
- Liana Lixandru, Senior Digital Adoption Manager, Digital Customer Experience (DCX), EMEA
- Wojciech Pluta, Director, Technical Product Marketing
- Kevin Lazarz, Senior Manager, Product Management, Database
* **Last Updated By/Date** - Bogdan Farca, May 2024
* **Last Updated By/Date** - Bogdan Farca, Sep 2024
6 changes: 3 additions & 3 deletions ai-chatbot-engine/vectorization/vectorization.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Introduction

This lab guides you through the code required to load text files from a local folder, split them into segments, and then create embeddings and ingest them into the Oracle 23 AI vector database.
This lab guides you through the code required to load text files from a local folder, split them into segments, and then create embeddings and ingest them into the Oracle 23ai vector database.

We utilize a traditional RAG approach, loading and parsing a text FAQ from a file, segmenting it, generating embeddings, and calculating chunk-question similarities. We will subsequently feed the top segments to an LLM prompt with the user's question, crafting a response.

Expand All @@ -18,7 +18,7 @@ Estimated Time: 40 minutes

* Basic knowledge of Oracle Cloud Infrastructure (OCI) concepts and consoles
* Working knowledge of Python and Jupyter Lab
* The virtual machine and Oracle Database 23AI setup from the previous lab.
* The virtual machine and Oracle Database 23Aai setup from the previous lab.

### Concepts
#### What is a Vector?
Expand Down Expand Up @@ -301,4 +301,4 @@ You may now **proceed to the next lab**
- Liana Lixandru, Principal Digital Adoption Manager, Digital Customer Experience (DCX), EMEA
- Wojciech Pluta, Director, Technical Product Marketing
- Kevin Lazarz, Senior Manager, Product Management, Database
* **Last Updated By/Date** - Bogdan Farca, May 2024
* **Last Updated By/Date** - Bogdan Farca, Sep 2024

0 comments on commit 05d3566

Please sign in to comment.