From 64d8210898d4fbf68e7f9ae5cb119df124f0afd2 Mon Sep 17 00:00:00 2001 From: Hope Fisher <127253314+hope-fisher@users.noreply.github.com> Date: Wed, 11 Dec 2024 22:22:51 -0800 Subject: [PATCH] update filepath - WMS 11811 (#734) * Combined workshop specifically for SE Deep Dive * updating paths * update filepaths to show in browser showing locally, but not in github page. This should fix. * reordering labs * Update manifest.json * image paths * image paths * update filepath --- 23ai-deep-dive/workshops/sandbox/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/23ai-deep-dive/workshops/sandbox/manifest.json b/23ai-deep-dive/workshops/sandbox/manifest.json index 8f24b93a..e7ed8c7c 100644 --- a/23ai-deep-dive/workshops/sandbox/manifest.json +++ b/23ai-deep-dive/workshops/sandbox/manifest.json @@ -75,10 +75,10 @@ }, { - "title": "Workshop: AI Vector Search - Running a RAG Application", + "title": "Workshop: AI Vector Search - Run a RAG Application", "description": "Run a RAG application", "type": "livelabs", - "filename": "../../../demo/demo.md" + "filename": "../../../ai-vector-rag/demo/demo.md" }, { "title": "Lab: Build Your Own RAG App",