[PR #2827] docs: add Mengram provider and retriever integration #2925

Open
opened 2026-06-05 18:20:25 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2827
Author: @alibaizhanov
Created: 2/26/2026
Status: 🔄 Open

Base: mainHead: add-mengram-integration


📝 Commits (1)

  • 539c7d0 docs: add Mengram provider and retriever integration

📊 Changes

4 files changed (+177 additions, -0 deletions)

View changed files

📝 src/oss/python/integrations/providers/all_providers.mdx (+8 -0)
src/oss/python/integrations/providers/mengram.mdx (+35 -0)
📝 src/oss/python/integrations/retrievers/index.mdx (+1 -0)
src/oss/python/integrations/retrievers/mengram.mdx (+133 -0)

📄 Description

Summary

Add documentation for Mengram, an AI memory API that provides persistent memory for LLMs and AI agents with three memory types: semantic, episodic, and procedural.

New files:

  • src/oss/python/integrations/providers/mengram.mdx — provider overview page
  • src/oss/python/integrations/retrievers/mengram.mdx — retriever guide with setup, usage, and chain examples

Modified files:

  • src/oss/python/integrations/providers/all_providers.mdx — added Mengram card (alphabetical)
  • src/oss/python/integrations/retrievers/index.mdx — added Mengram card (alphabetical)

PyPI package: langchain-mengram

GitHub: alibaizhanov/mengram


🔄 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/2827 **Author:** [@alibaizhanov](https://github.com/alibaizhanov) **Created:** 2/26/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `add-mengram-integration` --- ### 📝 Commits (1) - [`539c7d0`](https://github.com/langchain-ai/docs/commit/539c7d0c25f145d8b3ea2c9e9c515f57fc9d678d) docs: add Mengram provider and retriever integration ### 📊 Changes **4 files changed** (+177 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/python/integrations/providers/all_providers.mdx` (+8 -0) ➕ `src/oss/python/integrations/providers/mengram.mdx` (+35 -0) 📝 `src/oss/python/integrations/retrievers/index.mdx` (+1 -0) ➕ `src/oss/python/integrations/retrievers/mengram.mdx` (+133 -0) </details> ### 📄 Description ## Summary Add documentation for [Mengram](https://mengram.io), an AI memory API that provides persistent memory for LLMs and AI agents with three memory types: semantic, episodic, and procedural. **New files:** - `src/oss/python/integrations/providers/mengram.mdx` — provider overview page - `src/oss/python/integrations/retrievers/mengram.mdx` — retriever guide with setup, usage, and chain examples **Modified files:** - `src/oss/python/integrations/providers/all_providers.mdx` — added Mengram card (alphabetical) - `src/oss/python/integrations/retrievers/index.mdx` — added Mengram card (alphabetical) **PyPI package:** [`langchain-mengram`](https://pypi.org/project/langchain-mengram/) **GitHub:** [alibaizhanov/mengram](https://github.com/alibaizhanov/mengram) --- <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 18:20:25 -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#2925