[PR #2302] Add Alchemyst AI Memory integration documentation for LangChain #2312

Open
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/2302
Author: @saloni-alchemystai
Created: 1/21/2026
Status: 🔄 Open

Base: mainHead: add-python-memory-docs


📝 Commits (3)

  • b9865cb Add Alchemyst AI memory retriever documentation (Python)
  • cfd303f docs: add Alchemyst AI Memory integration guide
  • 37d45a9 Update src/oss/python/integrations/retrievers/alchemystai-memory.mdx

📊 Changes

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

View changed files

src/oss/python/integrations/retrievers/alchemystai-memory.mdx (+179 -0)

📄 Description

Add Alchemyst AI Memory Integration Documentation

Summary

Add comprehensive documentation for integrating Alchemyst AI Memory with LangChain Python applications.

Changes

  • Add complete integration guide for alchemyst-langchain package
  • Include three installation options:
    • Minimal: pip install alchemyst-langchain
    • With dependencies: pip install alchemyst-langchain alchemystai langchain langchain-openai
    • Poetry: poetry add alchemyst-langchain alchemystai langchain langchain-openai
  • Add two implementation examples:
    • ConversationChain example with persistent memory
    • LCEL (LangChain Expression Language) custom chain example
  • Document key features: session persistence, semantic retrieval, context isolation
  • Include setup instructions with platform signup and API key retrieval links
  • Add support resources: Discord, GitHub, and contact information

Key Features Documented

  • Drop-in replacement for standard LangChain memory classes
  • Session-based memory that persists across application restarts
  • Semantic retrieval of relevant conversation history
  • Both synchronous and asynchronous usage patterns
  • Automatic and manual context saving approaches

Package Information


🔄 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/2302 **Author:** [@saloni-alchemystai](https://github.com/saloni-alchemystai) **Created:** 1/21/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `add-python-memory-docs` --- ### 📝 Commits (3) - [`b9865cb`](https://github.com/langchain-ai/docs/commit/b9865cb7d7d6a210501d761d291b3986bfb6e026) Add Alchemyst AI memory retriever documentation (Python) - [`cfd303f`](https://github.com/langchain-ai/docs/commit/cfd303f9ef767d25eb052f29fb2acd65d2c6bee9) docs: add Alchemyst AI Memory integration guide - [`37d45a9`](https://github.com/langchain-ai/docs/commit/37d45a9387d392fdb37adf569a00e4a64e6cc557) Update src/oss/python/integrations/retrievers/alchemystai-memory.mdx ### 📊 Changes **1 file changed** (+179 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `src/oss/python/integrations/retrievers/alchemystai-memory.mdx` (+179 -0) </details> ### 📄 Description # Add Alchemyst AI Memory Integration Documentation ## Summary Add comprehensive documentation for integrating Alchemyst AI Memory with LangChain Python applications. ## Changes - Add complete integration guide for `alchemyst-langchain` package - Include three installation options: - Minimal: `pip install alchemyst-langchain` - With dependencies: `pip install alchemyst-langchain alchemystai langchain langchain-openai` - Poetry: `poetry add alchemyst-langchain alchemystai langchain langchain-openai` - Add two implementation examples: - ConversationChain example with persistent memory - LCEL (LangChain Expression Language) custom chain example - Document key features: session persistence, semantic retrieval, context isolation - Include setup instructions with platform signup and API key retrieval links - Add support resources: Discord, GitHub, and contact information ## Key Features Documented - Drop-in replacement for standard LangChain memory classes - Session-based memory that persists across application restarts - Semantic retrieval of relevant conversation history - Both synchronous and asynchronous usage patterns - Automatic and manual context saving approaches ## Package Information - Package: `alchemyst-langchain` - PyPI: https://pypi.org/project/alchemyst-langchain/ - GitHub: https://github.com/alchemyst-ai/langchain-python --- <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
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#2312