Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/spicedb/tutorials/agentic-rag/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading