[PR #2299] Updated Alchemyst AI retriever documentation #2306

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

Base: mainHead: add-retriever-docs


📝 Commits (1)

  • 83ad7a2 Updated Alchemyst AI retriever documentation

📊 Changes

1 file changed (+116 additions, -3 deletions)

View changed files

📝 src/oss/javascript/integrations/retrievers/alchemystai-retriever.mdx (+116 -3)

📄 Description

Added comprehensive documentation for the Alchemyst AI Retriever integration with LangChain.

Changes

Enhanced Introduction

  • Added detailed explanation of why LangChain with Alchemyst AI is valuable
  • Covered context management and memory architecture benefits
  • Explained how Alchemyst solves the "forgetful" LLM problem

Expanded Usage Examples

  • Metadata Filtering: Added groupName parameter documentation with real-world use cases:
    • Project grouping (['project-alpha'])
    • Customer support organization (['customer-support', 'tier-1'])
    • Legal document categorization (['legal', 'contracts'])
    • Training materials (['training', 'onboarding'])
  • Memory Management: Added complete "As Memory" section with AlchemystMemory class implementation for maintaining conversation history across sessions

Improved Code Samples

  • More comprehensive TypeScript examples showing both retriever and memory usage patterns
  • Added proper imports and error handling
  • Included LCEL (LangChain Expression Language) examples

Better Resource Organization

  • Added links to Discord community
  • Added GitHub repository reference
  • Added support contact 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/2299 **Author:** [@saloni-alchemystai](https://github.com/saloni-alchemystai) **Created:** 1/21/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `add-retriever-docs` --- ### 📝 Commits (1) - [`83ad7a2`](https://github.com/langchain-ai/docs/commit/83ad7a2f89e03150148347a2f301b5ed0f177a69) Updated Alchemyst AI retriever documentation ### 📊 Changes **1 file changed** (+116 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/javascript/integrations/retrievers/alchemystai-retriever.mdx` (+116 -3) </details> ### 📄 Description Added comprehensive documentation for the Alchemyst AI Retriever integration with LangChain. ## Changes ### Enhanced Introduction - Added detailed explanation of why LangChain with Alchemyst AI is valuable - Covered context management and memory architecture benefits - Explained how Alchemyst solves the "forgetful" LLM problem ### Expanded Usage Examples - **Metadata Filtering**: Added `groupName` parameter documentation with real-world use cases: - Project grouping (`['project-alpha']`) - Customer support organization (`['customer-support', 'tier-1']`) - Legal document categorization (`['legal', 'contracts']`) - Training materials (`['training', 'onboarding']`) - **Memory Management**: Added complete "As Memory" section with `AlchemystMemory` class implementation for maintaining conversation history across sessions ### Improved Code Samples - More comprehensive TypeScript examples showing both retriever and memory usage patterns - Added proper imports and error handling - Included LCEL (LangChain Expression Language) examples ### Better Resource Organization - Added links to Discord community - Added GitHub repository reference - Added support contact information --- <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#2306