From 82ec9d45b07d64a321d9c22d84e39b12eaa43d2d Mon Sep 17 00:00:00 2001
From: Kamryn Vinson <68861214+kamryn-v@users.noreply.github.com>
Date: Mon, 15 Jul 2024 10:05:09 -0400
Subject: [PATCH] AI Vector Search 15 Minute LiveLab (#154)
* AI Vector Search 15 Minute LiveLab
* WMS ID#11506 LiveLabs 15 minute
---
.../workshops/desktop15/index.html | 62 +++++++++++++++++++
.../workshops/desktop15/manifest.json | 31 ++++++++++
2 files changed, 93 insertions(+)
create mode 100644 ai-vector-search-basic/workshops/desktop15/index.html
create mode 100644 ai-vector-search-basic/workshops/desktop15/manifest.json
diff --git a/ai-vector-search-basic/workshops/desktop15/index.html b/ai-vector-search-basic/workshops/desktop15/index.html
new file mode 100644
index 00000000..aaac634b
--- /dev/null
+++ b/ai-vector-search-basic/workshops/desktop15/index.html
@@ -0,0 +1,62 @@
+
+
+
+
+
+
+
+
+ Oracle LiveLabs
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ai-vector-search-basic/workshops/desktop15/manifest.json b/ai-vector-search-basic/workshops/desktop15/manifest.json
new file mode 100644
index 00000000..5c21c52c
--- /dev/null
+++ b/ai-vector-search-basic/workshops/desktop15/manifest.json
@@ -0,0 +1,31 @@
+{
+ "workshoptitle": "Oracle AI Vector Search",
+ "help": "livelabs-help-db_us@oracle.com",
+ "tutorials": [
+ {
+ "title": "Introduction",
+ "description": "The Introduction to AI Vector Search.",
+ "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": "Lab 1: Vector DDL, DML and Queries",
+ "description": "Using AI Vector Search Query, DML and DDL",
+ "filename": "../../lab1/vector_quries.md"
+ },
+ {
+ "title": "Lab 2: Vector Distance",
+ "description": "Understanding Vector Distance functions",
+ "filename": "../../lab2/vector_distance.md"
+ },
+ {
+ "title": "Lab 3: Similarity Search",
+ "description": "Understanding Similarity Search",
+ "filename": "../../lab3/similarity_search.md"
+ }
+ ]
+}