[PR #2638] docs: Add SuperLocalMemory chat message history integration #2623

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2638
Author: @varun369
Created: 2/13/2026
Status: 🔄 Open

Base: mainHead: docs/add-superlocalmemory-chat-history


📝 Commits (2)

  • c165c57 docs: Add SuperLocalMemory chat message history integration
  • 0eae586 Fix imports: use langchain instead of langchain_core

📊 Changes

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

View changed files

src/oss/python/integrations/chat_message_histories/superlocalmemory.mdx (+127 -0)

📄 Description

Summary

  • Adds documentation for SuperLocalMemory V2 as a chat message history integration
  • SuperLocalMemory is a local-first, zero-cloud alternative to cloud memory providers (Mem0, Zep) — all data stays on the user's machine in SQLite
  • Free forever — no API keys, no subscriptions, no usage limits
  • The Python integration package is langchain-superlocalmemory on PyPI

What's included

New file: src/oss/python/integrations/chat_message_histories/superlocalmemory.mdx

Following the same format as the existing CockroachDB chat message history doc, this covers:

  • Overview and feature list
  • Setup and installation
  • Initialization
  • Usage (add, retrieve, clear messages)
  • Integration with RunnableWithMessageHistory
  • Links to GitHub, PyPI, and docs

Test plan

  • Verify MDX renders correctly in the docs site
  • Confirm all links resolve (GitHub, PyPI, docs site)
  • Check formatting matches existing chat_message_histories docs

🤖 Generated with Claude Code


🔄 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/2638 **Author:** [@varun369](https://github.com/varun369) **Created:** 2/13/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `docs/add-superlocalmemory-chat-history` --- ### 📝 Commits (2) - [`c165c57`](https://github.com/langchain-ai/docs/commit/c165c578497b7268ebe0a90edff7c826c159276a) docs: Add SuperLocalMemory chat message history integration - [`0eae586`](https://github.com/langchain-ai/docs/commit/0eae58685b8895e0af877ef288e603f49ce1f593) Fix imports: use langchain instead of langchain_core ### 📊 Changes **1 file changed** (+127 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `src/oss/python/integrations/chat_message_histories/superlocalmemory.mdx` (+127 -0) </details> ### 📄 Description ## Summary - Adds documentation for [SuperLocalMemory V2](https://github.com/varun369/SuperLocalMemoryV2) as a chat message history integration - SuperLocalMemory is a **local-first, zero-cloud** alternative to cloud memory providers (Mem0, Zep) — all data stays on the user's machine in SQLite - **Free forever** — no API keys, no subscriptions, no usage limits - The Python integration package is [`langchain-superlocalmemory`](https://pypi.org/project/langchain-superlocalmemory/) on PyPI ## What's included New file: `src/oss/python/integrations/chat_message_histories/superlocalmemory.mdx` Following the same format as the existing CockroachDB chat message history doc, this covers: - Overview and feature list - Setup and installation - Initialization - Usage (add, retrieve, clear messages) - Integration with `RunnableWithMessageHistory` - Links to GitHub, PyPI, and docs ## Test plan - [ ] Verify MDX renders correctly in the docs site - [ ] Confirm all links resolve (GitHub, PyPI, docs site) - [ ] Check formatting matches existing chat_message_histories docs 🤖 Generated with [Claude Code](https://claude.com/claude-code) --- <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:36 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#2623