Skip to content

Commit

Permalink
WMS ID #11777: Adding Screenshots & Minor Fixes (#698)
Browse files Browse the repository at this point in the history
* Self-QA Updates

Adding workshop changes to further align with the Self-QA checklist.

* Update adb-free-container-setup.md

* Post-Testing Edits V1

* Update adb-free-container-setup.md

* Post-Testing Changes V2

* Updating Screenshots

* WMSID# 11693: Adding the initial workshop structure.

* Update adb-free-container-setup.md

* Update adb-free-container-setup.md

* [WMS ID #11029] DB Collective - JSON Duality Search

* WMS ID #11029: Minor fix

* Update manifest.json

* LL ID #4004: Add JSON Duality Intro

* LL ID# 4004: Minor Updates

* LL ID #4004: Minor updates.

* WMS ID #11693: Revising the workshop structure.

* WMS ID# 11693

* HOL 46

* DB Collective - JSON Updates

* LL ID #4004: DB Collective Changes

* OCW & DB Collective Updates

* Update new-duality-views-15.md

* Update new-duality-views-15.md

* Update new-duality-views-15.md

* Update new-duality-views-15.md

* Update new-duality-views-15.md

* Update new-duality-views-15.md

* LL ID #3984: Formatting Changes

* HOL 46 Technical Fixes

* Update inst-auth-container-setup.md

* DB Collective + OCW 24 Updates

* Update manifest.json

* LL ID #3984: Screenshots & Minor Fixes

* LL ID #3984 - Minor Updates & Fixes

* Last updates.

* Update similarity-search.md

* Update intro-aivs-adb.md

* Updates to All 23ai New Features Workshops

* Reinstating the JSON Duality Views with REST section.

* Update new-duality-views-updated.md

* Adding screenshots and minor fixes.

* Minor edit.

---------

Co-authored-by: William Masdon <william.masdon@oracle.com>
Co-authored-by: Hope Fisher <127253314+hope-fisher@users.noreply.github.com>
Co-authored-by: Dan Wiliams <127415766+dannymgithub@users.noreply.github.com>
  • Loading branch information
4 people authored Oct 18, 2024
1 parent 2761198 commit db40121
Show file tree
Hide file tree
Showing 16 changed files with 45 additions and 19 deletions.
42 changes: 28 additions & 14 deletions ai-vector-rag/demo/demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,30 +16,44 @@ This task will have you login to the Jupyter environment and run specific notebo

1. **If you have already logged into the Jupyter environment skip to step 5, otherwise** open "**View Login Info**" section of your workshop.

![View login info.](images/lab1-1-view-login-info.png)

2. Copy the Jupyter Notebook Password and click the Jupyter Notebook URL.

3. Paste the Jupyter Notebook Password you copied in the previous step into the Notebook.
![Copy login details.](images/lab1-2-jupyter-notebook-info.png)

3. Paste the Jupyter Notebook password you copied in the previous step into the password field.

![Enter the password.](images/lab1-3-jupyter-login.png)

4. You should be within the Jupyter Notebooks landing screen.
4. You should now see the Jupyter Notebook's landing page.
![The Jupyter Notebook landing page.](images/lab1-4-landing-page.png)

5. In the menu at the top click on **File** then click on **New** Then click on **Terminal**
6. In the terminal copy and paste the code below
````
<copy>
cd /home/oracle
/home/oracle/run.sh
</copy>
````
5. In the menu at the top click on **File** >> **New** >> **Terminal**.
![Open the terminal.](images/lab1-5-open-terminal.png)

7. The above commands will start a streamlit application running your Chatbot. Three URLs will appear. The last URL is the one that will allow you to connect from your browser. Click on the last URL labeled **External URL:**
6. In the terminal, copy and paste the code below.
````
<copy>
cd /home/oracle
/home/oracle/run.sh
</copy>
````
![Run the code snippet in the terminal.](images/lab1-6-terminal-commands.png)
## Task 2: Run the application
7. The above commands will start a streamlit application running your Chatbot. Three URLs will appear. The last URL is the one that will allow you to connect from your browser. Click on the last URL labeled **External URL.**
![Enter the password.](images/lab1-7-app-urls.png)
## Task 2: Run the Application
1. Once your application is running, simply follow the steps in the user interface.
Feel free to explore the documents with your own questions and discover how the RAG application can retrieve and provide accurate responses based on the document’s content.
![Enter the password.](images/lab1-8-app-landing-page.png)
Feel free to explore the documents with your own questions and discover how the RAG application can retrieve and provide accurate responses based on the document’s content.
You may now **proceed to the next lab**
You may now **proceed to the next lab**.
## Learn More
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ai-vector-rag/demo/images/lab1-7-app-urls.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ai-vector-rag/rag/images/lab1-3-jupyter-login.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ai-vector-rag/rag/images/lab2-6-run-notebook.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ai-vector-rag/rag/lab1-4-landing-page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 17 additions & 5 deletions ai-vector-rag/rag/rag.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,32 @@ This task will have you login to the Jupyter environment and run specific notebo

1. **If you have already logged into the Jupyter environment skip to step 5, otherwise** open "**View Login Info**" section of your workshop.

![View login info.](images/lab1-1-view-login-info.png)

2. Copy the Jupyter Notebook Password and click the Jupyter Notebook URL.

3. Paste the Jupyter Notebook Password you copied in the previous step into the Notebook.
![Copy login details.](images/lab1-2-jupyter-notebook-info.png)

3. Paste the Jupyter Notebook password you copied in the previous step into the password field.

![Enter the password.](images/lab1-3-jupyter-login.png)

4. You should be within the Jupyter Notebooks landing screen. Open the folder name (*******) on the left hand side of the screen located in the file explorer.
4. You should be within the Jupyter Notebooks landing screen.

5. In the left File Explorer panel open the (**workshop**) and open(**workshop.ipynb**) notebook.
![The Jupyter Notebook landing screen.](images/lab1-4-landing-page.png)

5. In the left File Explorer panel, open the (**workshop**) and open(**workshop.ipynb**) notebook.

![Open the workshop's Jupyter Notebook.](images/lab2-5-open-notebook.png)

6. Follow the steps in the notebook. A few things to remember:
- there are markdown blocks and code blocks mixed together
- The run button can be used on both code and markdown blocks (markdown just advances you to the next block)
- When you run a code block there are [ ] next to the code block. If it changes to a [*] that means it running. If it has a number like [1] then its done running.
- Passwords and additional information you may need will be found in the "View Login Info" where the Jupyter Notebook link was

![How to use the Jupyter Notebook.](images/lab2-6-run-notebook.png)

## Learn More

- [Oracle Database 23ai Documentation](https://docs.oracle.com/en/database/oracle/oracle-database/index.html)
Expand All @@ -54,5 +66,5 @@ This task will have you login to the Jupyter environment and run specific notebo

## Acknowledgements
* **Author** - Francis Regalado, Database Product Management; David Start, Database Product Management
* **Contributors** -
* **Last Updated By/Date** - Francis Regalado, Database Product Manager October 2024
* **Contributors** - Brianna Ambler, Database Product Management
* **Last Updated By/Date** - Brianna Ambler, October 2024

0 comments on commit db40121

Please sign in to comment.