Skip to content

Commit

Permalink
WMS ID #11620 : Updates on commands and file path to match new VM ima…
Browse files Browse the repository at this point in the history
…ge (#183)

* Masking the Personal Identifying information

* Updates on LangChain RAG work shop #11619

Updated LLM used
Updated Oracle Database to 23.6

* ID#11620 - Updates to RAG PLSQL livelab

Updated llms
Updated database 23.6 in new vm and related changes in lab guide

* Part of LangChain RAG Livelab

Updated image as per suggestion from Dan

* #11620 : Updates based on new VM

Correction based on the path and commands used in new VM image
  • Loading branch information
rrumale authored Oct 18, 2024
1 parent 1f34697 commit 49f3809
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plsql-rag-23ai/lab1/lab1.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ In this lab, you will:
2. From the terminal OS prompt type the following to launch jupyter notebook:

```
$ cd /home/oracle/AIdemo
$ cd /home/oracle/aidemo
$ jupyter lab
```
Expand Down
2 changes: 1 addition & 1 deletion plsql-rag-23ai/lab2/lab2.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ In this lab you will run the RAG application interactively using a user interfac
2. Run the RAG application
```
$ genai_run genai_plsql.py
$ streamlit run genai_plsql.py
```
3. A browser will launch. If not, open a browser from the Activities menu and select Firefox or Chrome.
Expand Down

0 comments on commit 49f3809

Please sign in to comment.