Skip to content

Commit

Permalink
Clean up WMS 11506 & 11619 (#170)
Browse files Browse the repository at this point in the history
* 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
klazarz authored Sep 5, 2024
1 parent e67185e commit 7fbdd4e
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 30 deletions.
13 changes: 9 additions & 4 deletions ai-vector-search-basic/workshops/desktop/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"filename": "../../introduction/introduction.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": "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: Vector DDL, DML and Queries",
Expand Down Expand Up @@ -41,6 +41,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"
}
]
}
}
23 changes: 15 additions & 8 deletions ai-vector-search-basic/workshops/sandbox/manifest.json
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",
Expand Down Expand Up @@ -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"
}
]
}
}
43 changes: 25 additions & 18 deletions langchain-rag-23ai/workshops/livelabs/manifest.json
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"
}
]
}
}

0 comments on commit 7fbdd4e

Please sign in to comment.