From 709ef84922f82f6e79f4ac3db929b80e316abe73 Mon Sep 17 00:00:00 2001 From: Aaron Rueth Date: Wed, 18 Dec 2024 17:31:09 +0000 Subject: [PATCH] Fixed link --- use-cases/rag-pipeline/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/use-cases/rag-pipeline/README.md b/use-cases/rag-pipeline/README.md index ecac17bc..b0ff8de8 100644 --- a/use-cases/rag-pipeline/README.md +++ b/use-cases/rag-pipeline/README.md @@ -80,7 +80,7 @@ Deploy instruction tuned model on ML playground, follow the [README](/use-cases/ ## Create database `product_catalog` in alloyDB to import Product Catalog -Deploy database setup kubernetes job on the ML playground cluster, follow the [README](use-cases/rag-pipeline/alloy-db-setup/README.md) +Deploy database setup kubernetes job on the ML playground cluster, follow the [README](/use-cases/rag-pipeline/alloy-db-setup/README.md) ## Deploy the backend on the playground cluster