Skip to content

Commit 7de255e

Browse files
Update app/spicedb/integrations/pinecone/page.mdx
Co-authored-by: Maria Ines Parnisari <[email protected]>
1 parent d94bc4a commit 7de255e

File tree

1 file changed

+1
-1
lines changed
  • app/spicedb/integrations/pinecone

1 file changed

+1
-1
lines changed

app/spicedb/integrations/pinecone/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { Callout } from "nextra/components";
55
Retrieval-Augmented Generation (RAG) systems combine the power of vector search with large language models to answer questions using your organization's data.
66
However, without proper authorization controls, these systems can leak sensitive information across organizational boundaries.
77

8-
This guide shows how to implement fine-grained, relationship-based authorization in RAG pipelines using SpiceDB and [Pinecone](https://www.pinecone.io/) - a fully managed, cloud-native vector database designed for fast, similarity searches at scale. By integrating SpiceDB's permission checks directly into your retrieval workflow, you ensure that users only receive answers based on documents they're authorized to access.
8+
This guide shows how to implement fine-grained, relationship-based authorization in RAG pipelines using SpiceDB and [Pinecone](https://www.pinecone.io/) - a fully managed, cloud-native vector database designed for fast similarity searches at scale. By integrating SpiceDB's permission checks directly into your retrieval workflow, you ensure that users only receive answers based on documents they're authorized to access.
99

1010
## Why Authorization Matters in RAG
1111

0 commit comments

Comments
 (0)