[PR #734] [MERGED] docs: create documentation for Alchemyst AI Retriever #969

Closed
opened 2026-02-17 17:21:28 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/734
Author: @anuran-roy
Created: 10/2/2025
Status: Merged
Merged: 10/6/2025
Merged by: @lnhsingh

Base: mainHead: main


📝 Commits (10+)

  • 48e51c6 Create documentation for Alchemyst AI Retriever
  • d4a3903 [ADD] Added code snippets for Alchemyst Retriever
  • ab69f3f Merge pull request #1 from anuran-roy/main
  • 2e9cae5 [MINOR] Minor fixes to Langchain retriever documentation
  • 4ea4665 Merge branch 'langchain-ai:main' into main
  • d8e1c3e [MINOR] Minor fixes to Langchain retriever documentation
  • 3d43325 Merge branch 'main' of https://github.com/Alchemyst-ai/langchain-docs
  • b20a3d9 Update src/oss/javascript/integrations/retrievers/alchemystai-retriever.mdx
  • 439dd96 Update src/oss/javascript/integrations/retrievers/alchemystai-retriever.mdx
  • 6f8d124 Merge branch 'main' into main

📊 Changes

3 files changed (+83 additions, -0 deletions)

View changed files

src/oss/javascript/integrations/retrievers/alchemystai-retriever.mdx (+43 -0)
📝 src/oss/javascript/integrations/retrievers/index.mdx (+7 -0)
src/snippets/javascript-integrations/examples/retrievers/alchemystai.mdx (+33 -0)

📄 Description

Added documentation for Alchemyst AI Retriever integration, including setup and usage instructions.

Overview

Type of change

Type: New documentation page

Fixes: #741

Checklist

  • I have read the contributing guidelines
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed
  • I have gotten approval from the relevant reviewers
  • (Internal team members only / optional) I have created a preview deployment using the Create Preview Branch workflow

Additional notes


🔄 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/734 **Author:** [@anuran-roy](https://github.com/anuran-roy) **Created:** 10/2/2025 **Status:** ✅ Merged **Merged:** 10/6/2025 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`48e51c6`](https://github.com/langchain-ai/docs/commit/48e51c6fcbad9861b023b4cc2865aa7b931d0889) Create documentation for Alchemyst AI Retriever - [`d4a3903`](https://github.com/langchain-ai/docs/commit/d4a3903a36740ed2159913e6f3d02ce5a4b6c1cf) [ADD] Added code snippets for Alchemyst Retriever - [`ab69f3f`](https://github.com/langchain-ai/docs/commit/ab69f3fd5c53ee2eced628a6789455bbb56a7f86) Merge pull request #1 from anuran-roy/main - [`2e9cae5`](https://github.com/langchain-ai/docs/commit/2e9cae5e8d1ed2562e22b220d61873daf6f0c489) [MINOR] Minor fixes to Langchain retriever documentation - [`4ea4665`](https://github.com/langchain-ai/docs/commit/4ea466502489b2c3e4b49c209c9d562afdbb9f69) Merge branch 'langchain-ai:main' into main - [`d8e1c3e`](https://github.com/langchain-ai/docs/commit/d8e1c3e29fc072bbce0a2e23194f62c8e11ccf38) [MINOR] Minor fixes to Langchain retriever documentation - [`3d43325`](https://github.com/langchain-ai/docs/commit/3d433258b942bb731b6cf7e2a366cb2bddf1883e) Merge branch 'main' of https://github.com/Alchemyst-ai/langchain-docs - [`b20a3d9`](https://github.com/langchain-ai/docs/commit/b20a3d99823ac17f6f37f5d9a0a1f5ee5f86d095) Update src/oss/javascript/integrations/retrievers/alchemystai-retriever.mdx - [`439dd96`](https://github.com/langchain-ai/docs/commit/439dd9623f12c1fb45fa192e4d1318c56386a0f7) Update src/oss/javascript/integrations/retrievers/alchemystai-retriever.mdx - [`6f8d124`](https://github.com/langchain-ai/docs/commit/6f8d124bffab4f5c1042a9728b357e2c29584fde) Merge branch 'main' into main ### 📊 Changes **3 files changed** (+83 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `src/oss/javascript/integrations/retrievers/alchemystai-retriever.mdx` (+43 -0) 📝 `src/oss/javascript/integrations/retrievers/index.mdx` (+7 -0) ➕ `src/snippets/javascript-integrations/examples/retrievers/alchemystai.mdx` (+33 -0) </details> ### 📄 Description Added documentation for Alchemyst AI Retriever integration, including setup and usage instructions. ## Overview <!-- Brief description of what documentation is being added/updated --> ## Type of change **Type:** New documentation page Fixes: #741 ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md) - [x] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [x] I have updated navigation in `src/docs.json` if needed - I have gotten approval from the relevant reviewers - (Internal team members only / optional) I have created a preview deployment using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) ## Additional notes <!-- Any other information that would be helpful for reviewers --> --- <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:21:28 -05:00
yindo closed this issue 2026-02-17 17:21:28 -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#969