diff --git a/sample-quickstart-template/intro/intro.md b/sample-quickstart-template/intro/intro.md deleted file mode 100644 index f0cc5564..00000000 --- a/sample-quickstart-template/intro/intro.md +++ /dev/null @@ -1,37 +0,0 @@ -# Introduction - -## About this LiveLabs QuickStart - - -(placeholder for 30 second hook) -[](youtube:REPLACE_WITH_VIDEO_ID) - - -Messy data buries meaning. Keywords miss the mark. Customers, employees, and analysts waste time chasing the right document, product, or answer. - -AI Vector Search in Oracle Database 23ai fixes that. It stores embeddings—the numeric “fingerprints” of meaning—inside the database. With them, you find what things mean, not just what words they contain. That makes Vector Search a foundation for Retrieval-Augmented Generation (RAG) and agentic workflows, where LLMs need fast, accurate access to trusted enterprise data. - -What you gain with Vector Search in Oracle Database 23ai: - -- **Semantic search:** Discover documents, products, and images by meaning, not spelling. - -- **One platform:** Blend vectors with relational, JSON, and graph data in Oracle Database 23ai. - -- **Speed at scale:** Use HNSW indexes and efficient distance metrics (cosine, Euclidean, dot product). - -- **Enterprise strength:** Count on Oracle’s security, manageability, and recovery. - -- **AI-ready workflows:** Power RAG, recommendations, deduplication, and clustering. - -- **Multimodal power:** Apply the same search to text, images, or any embedding. - -- **Simpler stack:** Keep search and data together—cutting latency, risk, and cost. - -This QuickStart shows you how similarity search works, how distance functions shape results, and how you can bring these capabilities into real applications with simple code. - - - -## Acknowledgements -* **Author** - Kevin Lazarz, Database Product Management -* **Contributors** - William Masdon, Linda Foinding, Pat Sheppard, Francis Regalado, -* **Last Updated By/Date** - Kevin Lazarz, September 2025 \ No newline at end of file diff --git a/sample-quickstart-template/next-steps/next-steps.md b/sample-quickstart-template/next-steps/next-steps.md deleted file mode 100644 index 166444b9..00000000 --- a/sample-quickstart-template/next-steps/next-steps.md +++ /dev/null @@ -1,35 +0,0 @@ -# Next Steps - -Ready to go deeper? These workshops let you move from demo to hands-on practice. - - -## Try our Signature Workshop - -What you’ll do: - -- Add the new vector datatype. - -- Verify ONNX embedding models. - -- Create embeddings for text and images. - -- Run exact and approximate similarity searches with indexes. - -- Combine similarity search with relational queries. - -- Apply everything in a pre-built APEX app. - -👉 [Start the Advanced Workshop](https://livelabs.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=4166) - - -## Learn More - -* [AI Vector Search Docs](https://docs.oracle.com/en/database/oracle/oracle-database/23/vecse/) -* [AI Vector Search Product Page](https://www.oracle.com/database/ai-vector-search/) -* [LiveLabs Workshop](https://livelabs.oracle.com/pls/apex/f?p=133:180:114898719666832::::wid:4166) - - -## Acknowledgements -* **Author** - Kevin Lazarz, Database Product Management -* **Contributors** - William Masdon, Linda Foinding, Pat Sheppard, Francis Regalado, -* **Last Updated By/Date** - Kevin Lazarz, September 2025 diff --git a/sample-quickstart-template/quickstart/quickstart.md b/sample-quickstart-template/quickstart/quickstart.md deleted file mode 100644 index 5e8a5149..00000000 --- a/sample-quickstart-template/quickstart/quickstart.md +++ /dev/null @@ -1,19 +0,0 @@ -# QuickStart Demo - -## Start exploring! - -Open the Interactive Demo - -![HTML Demo](./images/demo.png " ") - - -## Walkthrough - -(placeholder for walktrhough video) -[](youtube:REPLACE_WITH_VIDEO_ID) - - -## Acknowledgements -* **Author** - Kevin Lazarz, Database Product Management -* **Contributors** - William Masdon, Linda Foinding, Pat Sheppard, Francis Regalado, -* **Last Updated By/Date** - Kevin Lazarz, September 2025 \ No newline at end of file diff --git a/sample-quickstart-template/workshops/quickstart/index.html b/sample-quickstart-template/workshops/quickstart/index.html deleted file mode 100644 index aebbdda4..00000000 --- a/sample-quickstart-template/workshops/quickstart/index.html +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - - - Oracle LiveLabs - - - - - - - - - - - - - -
-
-
-
-
-
-
-
- - - - - diff --git a/sample-quickstart-template/workshops/quickstart/manifest.json b/sample-quickstart-template/workshops/quickstart/manifest.json deleted file mode 100644 index fa36c14c..00000000 --- a/sample-quickstart-template/workshops/quickstart/manifest.json +++ /dev/null @@ -1,17 +0,0 @@ -{"help": "livelabs-help-db_us@oracle.com", - "workshoptitle": "LiveLabs QuickStart - AI Vector Search", - "tutorials": [ - { - "title": "Introduction", - "filename": "../../intro/intro.md" - }, - { - "title": "QuickStart Demo", - "filename": "../../demo/demo.md" - }, - { - "title": "Next Steps", - "filename": "../../next-steps/next-steps.md" - } - ] -}