-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* WMS 5241: Fix OCW manifest WMS 5241: Fix OCW manifest * Patch PAR URLs pts repository Patch PAR URLs pts repository * Fix pts repo (outdated URLS) Fix pts repo (outdated URLS) * Clean up WMS 11506 & 11619 Clean up WMS 11506 & 11619
- Loading branch information
Showing
3 changed files
with
49 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,21 @@ | ||
{ | ||
"workshoptitle": "Oracle AI Vector Search", | ||
"help": "[email protected]", | ||
"variables": ["../../variables/variables.json", | ||
"../../variables/variables-in-another-file.json"], | ||
"variables": [ | ||
"../../variables/variables.json", | ||
"../../variables/variables-in-another-file.json" | ||
], | ||
"tutorials": [ | ||
{ | ||
"title": "Get Started", | ||
"description": "Check and Verify Sandbox Connection information and test connectivity.", | ||
"filename": "https://oracle-livelabs.github.io/common/labs/verify-compute/verify-compute-novnc.md" | ||
}, | ||
{ | ||
"title": "Introduction", | ||
"description": "The Introduction to AI Vector Search.", | ||
"filename": "../../introduction/introduction.md" | ||
}, | ||
{ | ||
"title": "Get Started", | ||
"description": "Check and Verify Sandbox Connection information and test connectivity.", | ||
"filename": "https://oracle-livelabs.github.io/common/labs/verify-compute/verify-compute-novnc.md" | ||
}, | ||
{ | ||
"title": "Lab 1: Vector DDL, DML and Queries", | ||
"description": "Using with AI Vector Search Query, DML and DDL", | ||
|
@@ -43,6 +45,11 @@ | |
"title": "Lab 6: Other Vector Functions", | ||
"description": "Understanding Other Vector Functions", | ||
"filename": "../../lab6/other_vector_functions.md" | ||
}, | ||
{ | ||
"title": "Need Help?", | ||
"description": "Solutions to Common Problems and Directions for Receiving Live Help", | ||
"filename": "https://oracle-livelabs.github.io/common/labs/need-help/need-help-livelabs.md" | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,40 @@ | ||
{ | ||
"workshoptitle": "AI Vector Search - 7 Easy Steps to Building a RAG application with Oracle AI Vector Search and LangChain", | ||
"help": "[email protected]", | ||
"variables": ["../../variables/variables.json", | ||
"../../variables/variables-in-another-file.json"], | ||
"variables": [ | ||
"../../variables/variables.json", | ||
"../../variables/variables-in-another-file.json" | ||
], | ||
"tutorials": [ | ||
{ | ||
{ | ||
"title": "Get Started", | ||
"description": "Prerequisites for LiveLabs (Oracle-owned tenancies). The title of the lab and the Contents Menu title (the title above) match for Prerequisite lab. This lab is always first.", | ||
"filename": "https://oracle-livelabs.github.io/common/labs/cloud-login/cloud-login-livelabs-novnc.md" | ||
}, | ||
{ | ||
"title": "Introduction", | ||
"description": "Introduction to RAG in GenAI", | ||
"filename": "../../introduction/introduction.md" | ||
}, | ||
{ | ||
"title": "Setup the environment", | ||
"description": "Verify Setup of compute instance", | ||
"filename": "https://oracle-livelabs.github.io/common/labs/verify-compute/verify-compute-novnc.md" | ||
}, | ||
{ | ||
}, | ||
{ | ||
"title": "Get Started with noVNC Remote Desktop", | ||
"description": "Using noVNC Remote Desktop", | ||
"filename": "https://oracle-livelabs.github.io/common/labs/remote-desktop/using-novnc-remote-desktop.md" | ||
}, | ||
{ | ||
"title": "Lab 1: Build and Run the RAG Application with Oracle AI Vector Search and Langchain", | ||
"description": "Hands-on lab for building and running the RAG Application.", | ||
"filename": "../../lab1/lab1.md" | ||
}, | ||
{ | ||
"title": "Lab 2: Run the same RAG application interactively with a UI", | ||
"description": "Run the UI RAG Application.", | ||
"filename": "../../lab2/lab2.md" | ||
}, | ||
{ | ||
}, | ||
{ | ||
"title": "Lab 2: Run the same RAG application interactively with a UI", | ||
"description": "Run the UI RAG Application.", | ||
"filename": "../../lab2/lab2.md" | ||
}, | ||
{ | ||
"title": "Need Help?", | ||
"description": "Solutions to Common Problems and Directions for Receiving Live Help", | ||
"filename": "https://oracle-livelabs.github.io/common/labs/need-help/need-help-livelabs.md" | ||
} | ||
] | ||
} | ||
} |