[PR #2303] [MERGED] docs: Add SpiceDB integration documentation #2314

Closed
opened 2026-02-17 17:23:17 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2303
Author: @sohanmaheshwar
Created: 1/21/2026
Status: Merged
Merged: 3/27/2026
Merged by: @mdrxy

Base: mainHead: feat/langchain-spicedb-integration


📝 Commits (10+)

  • 147c652 docs: Add SpiceDB integration documentation
  • 399e3e9 docs: Apply formatting fixes and update to create_agent API
  • edb37b3 Merge branch 'main' into feat/langchain-spicedb-integration
  • 6697696 Merge branch 'main' into feat/langchain-spicedb-integration
  • 8c20930 Merge branch 'main' into feat/langchain-spicedb-integration
  • 39e0544 cr
  • d80e18c rename
  • 549d526 cr
  • 0fd4282 fix
  • 510fac4 link fix

📊 Changes

7 files changed (+920 additions, -3 deletions)

View changed files

📝 src/oss/deepagents/frontend/sandbox.mdx (+4 -3)
📝 src/oss/python/integrations/providers/all_providers.mdx (+8 -0)
src/oss/python/integrations/providers/spicedb.mdx (+141 -0)
📝 src/oss/python/integrations/retrievers/index.mdx (+1 -0)
src/oss/python/integrations/retrievers/spicedb.mdx (+419 -0)
📝 src/oss/python/integrations/tools/index.mdx (+1 -0)
src/oss/python/integrations/tools/spicedb.mdx (+346 -0)

📄 Description

Summary

Adds documentation for the langchain-spicedb package, which provides SpiceDB authorization components for LangChain applications.

Changes

  • Provider page (providers/spicedb.mdx): Overview of SpiceDB integration with features, installation, quick start examples, and component overview
  • Tools page (tools/langchain-spicedb.mdx): Documentation for SpiceDBPermissionTool and SpiceDBBulkPermissionTool with agent integration examples
  • Retriever page (retrievers/langchain-spicedb.mdx): Documentation for SpiceDBRetriever with vector store compatibility examples (FAISS, Chroma, Pinecone, Weaviate)

Package Info

Key Features

  • Authorization-aware document retrieval for RAG applications
  • Permission checking tools for AI agents
  • Works with any vector store (Pinecone, FAISS, Weaviate, Chroma, etc.)
  • Efficient bulk permission checks using SpiceDB's native API
  • LangGraph integration for stateful workflows
  • Production-ready with TLS and fail-open modes

Checklist

  • All code examples tested and work correctly
  • Followed MDX template structure
  • Included proper frontmatter
  • Used Mintlify components appropriately (, )
  • Follows LangChain documentation quality standards
  • No grammatical errors or typos
  • Package is published to PyPI
  • PyPI badges included on provider page

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/2303 **Author:** [@sohanmaheshwar](https://github.com/sohanmaheshwar) **Created:** 1/21/2026 **Status:** ✅ Merged **Merged:** 3/27/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `feat/langchain-spicedb-integration` --- ### 📝 Commits (10+) - [`147c652`](https://github.com/langchain-ai/docs/commit/147c652e32b2d85c5cffd58990f1083975871f86) docs: Add SpiceDB integration documentation - [`399e3e9`](https://github.com/langchain-ai/docs/commit/399e3e99f9cd97bfe6af065787a6b62f4df4be81) docs: Apply formatting fixes and update to create_agent API - [`edb37b3`](https://github.com/langchain-ai/docs/commit/edb37b302ce3f9787fb9b00b80665baad9309643) Merge branch 'main' into feat/langchain-spicedb-integration - [`6697696`](https://github.com/langchain-ai/docs/commit/66976960ee550a71d34377eb4fd653cba43c0a7e) Merge branch 'main' into feat/langchain-spicedb-integration - [`8c20930`](https://github.com/langchain-ai/docs/commit/8c20930fd1622924c74352949ce09be60b6736e7) Merge branch 'main' into feat/langchain-spicedb-integration - [`39e0544`](https://github.com/langchain-ai/docs/commit/39e054492520ceab3f90d1b7ac5d82835242f7f6) cr - [`d80e18c`](https://github.com/langchain-ai/docs/commit/d80e18ce758d3e9f350a86c74294c2f70e0c4984) rename - [`549d526`](https://github.com/langchain-ai/docs/commit/549d526d59451265599b21c40ce746f839ac8471) cr - [`0fd4282`](https://github.com/langchain-ai/docs/commit/0fd428242aaccebdf3f623fcccc9398de8eeb691) fix - [`510fac4`](https://github.com/langchain-ai/docs/commit/510fac4e8ea01491daf2efd98bd41afacd8032cf) link fix ### 📊 Changes **7 files changed** (+920 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/deepagents/frontend/sandbox.mdx` (+4 -3) 📝 `src/oss/python/integrations/providers/all_providers.mdx` (+8 -0) ➕ `src/oss/python/integrations/providers/spicedb.mdx` (+141 -0) 📝 `src/oss/python/integrations/retrievers/index.mdx` (+1 -0) ➕ `src/oss/python/integrations/retrievers/spicedb.mdx` (+419 -0) 📝 `src/oss/python/integrations/tools/index.mdx` (+1 -0) ➕ `src/oss/python/integrations/tools/spicedb.mdx` (+346 -0) </details> ### 📄 Description ## Summary Adds documentation for the `langchain-spicedb` package, which provides SpiceDB authorization components for LangChain applications. ## Changes - **Provider page** (`providers/spicedb.mdx`): Overview of SpiceDB integration with features, installation, quick start examples, and component overview - **Tools page** (`tools/langchain-spicedb.mdx`): Documentation for SpiceDBPermissionTool and SpiceDBBulkPermissionTool with agent integration examples - **Retriever page** (`retrievers/langchain-spicedb.mdx`): Documentation for SpiceDBRetriever with vector store compatibility examples (FAISS, Chroma, Pinecone, Weaviate) ## Package Info - **Package name**: `langchain-spicedb` - **PyPI**: https://pypi.org/project/langchain-spicedb/ (published) - **GitHub**: https://github.com/authzed/langchain-spicedb - **Integration type**: Authorization/Retriever/Tools ## Key Features - Authorization-aware document retrieval for RAG applications - Permission checking tools for AI agents - Works with any vector store (Pinecone, FAISS, Weaviate, Chroma, etc.) - Efficient bulk permission checks using SpiceDB's native API - LangGraph integration for stateful workflows - Production-ready with TLS and fail-open modes ## Checklist - [x] All code examples tested and work correctly - [x] Followed MDX template structure - [x] Included proper frontmatter - [x] Used Mintlify components appropriately (<Tip>, <Warning>) - [x] Follows LangChain documentation quality standards - [x] No grammatical errors or typos - [x] Package is published to PyPI - [x] PyPI badges included on provider page --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:23:17 -05:00
yindo changed title from [PR #2303] docs: Add SpiceDB integration documentation to [PR #2303] [MERGED] docs: Add SpiceDB integration documentation 2026-06-05 18:17:49 -04:00
yindo closed this issue 2026-06-05 18:17:50 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#2314