You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/spicedb/ops/ai-agent-authorization.mdx
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,8 @@ import JupyterNotebookViewer from "@/components/JupyterNotebookViewer";
3
3
# Secure AI Agents with Fine Grained Authorization
4
4
5
5
This guide shows how to build a secure Retrieval-Augmented Generation (RAG) pipeline where AI Agents can only access documents they are authorized for.
6
-
Authorization decisions are enforced by SpiceDB. You can also get summary of only the documents the AI Agent is authorized to view.
6
+
Authorization decisions are enforced by SpiceDB.
7
+
You can also get summary of only the documents the AI Agent is authorized to view.
7
8
8
9
This guide uses OpenAI, Pinecone, Langchain, Jupyter Notebook and SpiceDB
0 commit comments