[PR #4208] docs: add ThrindexStore LangGraph store integration #4196

Open
opened 2026-06-05 19:13:06 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/4208
Author: @nomik32
Created: 5/29/2026
Status: 🔄 Open

Base: mainHead: feat/add-thrindex-store


📝 Commits (2)

  • 720da4a docs: add ThrindexStore LangGraph store integration
  • c76d7ae fix: remove em dash spaces to pass Vale lint

📊 Changes

1 file changed (+130 additions, -0 deletions)

View changed files

src/oss/python/integrations/stores/thrindex.mdx (+130 -0)

📄 Description

Summary

Add ThrindexStore to the stores integrations section.

ThrindexStore is a persistent BaseStore implementation backed by
Thrindex, a memory API for AI agents. It
supports native semantic search across LangGraph namespaces so agents
can recall facts across sessions without managing vector infrastructure.


🔄 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/4208 **Author:** [@nomik32](https://github.com/nomik32) **Created:** 5/29/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `feat/add-thrindex-store` --- ### 📝 Commits (2) - [`720da4a`](https://github.com/langchain-ai/docs/commit/720da4ae4e053fb6a30c003ada2081e498f78b87) docs: add ThrindexStore LangGraph store integration - [`c76d7ae`](https://github.com/langchain-ai/docs/commit/c76d7aea092a6362fd6b05469a258f30753349af) fix: remove em dash spaces to pass Vale lint ### 📊 Changes **1 file changed** (+130 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `src/oss/python/integrations/stores/thrindex.mdx` (+130 -0) </details> ### 📄 Description ## Summary Add `ThrindexStore` to the stores integrations section. `ThrindexStore` is a persistent `BaseStore` implementation backed by [Thrindex](https://thrindex.com), a memory API for AI agents. It supports native semantic search across LangGraph namespaces so agents can recall facts across sessions without managing vector infrastructure. - Package: https://pypi.org/project/langchain-thrindex/ - Docs: https://docs.thrindex.com --- <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-06-05 19:13:06 -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#4196