Skip to content

Commit

Permalink
dont prerun rag demo for now to avoid issues on workflow setup - will…
Browse files Browse the repository at this point in the history
… rollback asap
  • Loading branch information
QuentinAmbard committed Jun 11, 2024
1 parent 5aa06d2 commit ba615ab
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
{
"path": "01-first-step/01-First-Step-RAG-On-Databricks",
"pre_run": True,
"pre_run": False,
"publish_on_website": True,
"add_cluster_setup_cell": False,
"title": "First Steps: RAG on Databricks",
Expand All @@ -66,31 +66,31 @@
},
{
"path": "02-simple-app/01-Data-Preparation-and-Index",
"pre_run": True,
"pre_run": False,
"publish_on_website": True,
"add_cluster_setup_cell": False,
"title": "Data preparation for chatbot",
"description": "Prepare doc chunks and build your Vector Search Index"
},
{
"path": "02-simple-app/02-Deploy-RAG-Chatbot-Model",
"pre_run": True,
"pre_run": False,
"publish_on_website": True,
"add_cluster_setup_cell": False,
"title": "Build your RAG chatbot service",
"description": "Leverage Foundation Model to perform RAG and answer customer questions."
},
{
"path": "03-advanced-app/01-PDF-Advanced-Data-Preparation",
"pre_run": True,
"pre_run": False,
"publish_on_website": True,
"add_cluster_setup_cell": False,
"title": "Create PDF chunks and vector search index",
"description": "Ingestion unstructured data and create a self-managed vector search index"
},
{
"path": "03-advanced-app/02-Advanced-Chatbot-Chain",
"pre_run": True,
"pre_run": False,
"publish_on_website": True,
"add_cluster_setup_cell": False,
"title": "Build your langchain bot",
Expand All @@ -106,7 +106,7 @@
},
{
"path": "03-advanced-app/04-Online-Evaluation",
"pre_run": True,
"pre_run": False,
"publish_on_website": True,
"add_cluster_setup_cell": False,
"title": "Deploy your endpoint with Inference tables",
Expand Down

0 comments on commit ba615ab

Please sign in to comment.