[PR #4259] docs: add Thrindex provider page and packages.yml entry #4247

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/4259
Author: @nomik32
Created: 6/2/2026
Status: 🔄 Open

Base: mainHead: feat/add-thrindex-provider


📝 Commits (3)

  • e4f9d20 docs: add Thrindex provider page and packages.yml entry
  • 404c43f fix: correct stores page link in thrindex provider page
  • 8b753d4 fix: use external docs link instead of unmerged stores page

📊 Changes

2 files changed (+68 additions, -0 deletions)

View changed files

📝 packages.yml (+6 -0)
src/oss/python/integrations/providers/thrindex.mdx (+62 -0)

📄 Description

Summary

  • Adds provider page at src/oss/python/integrations/providers/thrindex.mdx
  • Adds langchain-thrindex to packages.yml so Thrindex appears on the all_providers cards page

Thrindex is a persistent memory API for AI agents (BaseStore + BaseRetriever).
Package: https://pypi.org/project/langchain-thrindex/


🔄 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/4259 **Author:** [@nomik32](https://github.com/nomik32) **Created:** 6/2/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `feat/add-thrindex-provider` --- ### 📝 Commits (3) - [`e4f9d20`](https://github.com/langchain-ai/docs/commit/e4f9d20eaf704cb13b1f8d9251c936f0207faf77) docs: add Thrindex provider page and packages.yml entry - [`404c43f`](https://github.com/langchain-ai/docs/commit/404c43ffd20af5e3a703a86c141cfa1241249d9d) fix: correct stores page link in thrindex provider page - [`8b753d4`](https://github.com/langchain-ai/docs/commit/8b753d4b705c1fea097bb1c01e91199f68ab350b) fix: use external docs link instead of unmerged stores page ### 📊 Changes **2 files changed** (+68 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `packages.yml` (+6 -0) ➕ `src/oss/python/integrations/providers/thrindex.mdx` (+62 -0) </details> ### 📄 Description ## Summary - Adds provider page at `src/oss/python/integrations/providers/thrindex.mdx` - Adds `langchain-thrindex` to `packages.yml` so Thrindex appears on the all_providers cards page Thrindex is a persistent memory API for AI agents (BaseStore + BaseRetriever). Package: https://pypi.org/project/langchain-thrindex/ --- <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:15 -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#4247