From aaadced47f19a4890b8f079c8aa49edc048feab6 Mon Sep 17 00:00:00 2001 From: Sohan <1119120+sohanmaheshwar@users.noreply.github.com> Date: Fri, 10 Apr 2026 14:48:52 +0200 Subject: [PATCH] chore: Updated URL of the repo was pointing to a old URL --- app/spicedb/tutorials/agentic-rag/page.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/spicedb/tutorials/agentic-rag/page.mdx b/app/spicedb/tutorials/agentic-rag/page.mdx index 9777736d..39267e54 100644 --- a/app/spicedb/tutorials/agentic-rag/page.mdx +++ b/app/spicedb/tutorials/agentic-rag/page.mdx @@ -865,8 +865,8 @@ The `QueryRequest` Pydantic model enforces `max_attempts` between 1 and 5, preve ```bash # 1. Clone the reference implementation -git clone https://github.com/authzed/agentic-rag-weaviate -cd agentic-rag-weaviate +git clone https://github.com/authzed/examples.git +cd agentic-rag-authorization # 2. Start services (Weaviate + SpiceDB) docker-compose up -d