-
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.
AI Vector Search 15 Minute LiveLab (#153)
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"workshoptitle": "Oracle AI Vector Search", | ||
"help": "[email protected]", | ||
"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" | ||
} | ||
] | ||
} |