Skip to content

Commit 8ec2fad

Browse files
Tutorial for prod-like Agentic RAG with Weaviate (#527)
1 parent 551d278 commit 8ec2fad

3 files changed

Lines changed: 998 additions & 0 deletions

File tree

.claude/settings.local.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"WebFetch(domain:github.com)",
5+
"WebFetch(domain:www.pinecone.io)",
6+
"Bash(pnpm lint:markdown:*)",
7+
"Bash(pnpm format:*)",
8+
"Bash(test:*)",
9+
"Bash(ls:*)",
10+
"Bash(wc:*)",
11+
"Bash(du:*)",
12+
"WebFetch(domain:testcontainers.com)"
13+
]
14+
}
15+
}

app/spicedb/tutorials/_meta.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
export default {
22
"ai-agent-authorization": "Tutorial: Authorization for AI Agents using SpiceDB",
33
"secure-rag-pipelines": "Tutorial: Securing RAG Pipelines with SpiceDB",
4+
"agentic-rag": "Tutorial: Building Agentic RAG with SpiceDB, LangChain & Weaviate",
45
};

0 commit comments

Comments
 (0)