From 7fbdd4e44cac5185b9f024ece1b160331e5168c3 Mon Sep 17 00:00:00 2001 From: Kevin Lazarz Date: Thu, 5 Sep 2024 14:08:31 +0200 Subject: [PATCH] Clean up WMS 11506 & 11619 (#170) * 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 --- .../workshops/desktop/manifest.json | 13 ++++-- .../workshops/sandbox/manifest.json | 23 ++++++---- .../workshops/livelabs/manifest.json | 43 +++++++++++-------- 3 files changed, 49 insertions(+), 30 deletions(-) diff --git a/ai-vector-search-basic/workshops/desktop/manifest.json b/ai-vector-search-basic/workshops/desktop/manifest.json index 58f1ddd..5ca620f 100644 --- a/ai-vector-search-basic/workshops/desktop/manifest.json +++ b/ai-vector-search-basic/workshops/desktop/manifest.json @@ -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", @@ -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" } ] -} +} \ No newline at end of file diff --git a/ai-vector-search-basic/workshops/sandbox/manifest.json b/ai-vector-search-basic/workshops/sandbox/manifest.json index 80c3149..304a56f 100644 --- a/ai-vector-search-basic/workshops/sandbox/manifest.json +++ b/ai-vector-search-basic/workshops/sandbox/manifest.json @@ -1,19 +1,21 @@ { "workshoptitle": "Oracle AI Vector Search", "help": "livelabs-help-db_us@oracle.com", - "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" } ] -} +} \ No newline at end of file diff --git a/langchain-rag-23ai/workshops/livelabs/manifest.json b/langchain-rag-23ai/workshops/livelabs/manifest.json index 72ada50..2fca23e 100644 --- a/langchain-rag-23ai/workshops/livelabs/manifest.json +++ b/langchain-rag-23ai/workshops/livelabs/manifest.json @@ -1,33 +1,40 @@ { "workshoptitle": "AI Vector Search - 7 Easy Steps to Building a RAG application with Oracle AI Vector Search and LangChain", "help": "livelabs-help-db_us@oracle.com", - "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" } ] -} +} \ No newline at end of file