[PR #4015] [CLOSED] add alephantai to langChain #4022

Closed
opened 2026-06-05 18:53:55 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/4015
Author: @gengbingbing
Created: 5/15/2026
Status: Closed

Base: mainHead: main


📝 Commits (2)

  • a06e2c1 add alephantai to langChain
  • 1728574 Merge branch 'main' into main

📊 Changes

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

View changed files

📝 src/docs.json (+1 -0)
src/oss/python/integrations/chat/alephantai.mdx (+124 -0)
📝 src/oss/python/integrations/chat/index.mdx (+9 -0)

📄 Description

Overview

Adds a new Alephant AI chat integration page for LangChain Python docs.

The page documents how to use the published alephantai SDK with LangChain by installing alephantai[langchain] and creating a ChatOpenAI instance configured for Alephant Gateway. It also adds Alephant AI to the chat integrations index under routers/proxies and the full chat model list.

Type of change

Type: New documentation page

Related issues/PRs

  • GitHub issue:
  • Feature PR:
  • Linear issue:
  • Slack thread:

Checklist

  • I have read the contributing guidelines, including the language policy
  • 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

Additional notes

The new page documents the already-published PyPI package: https://pypi.org/project/alephantai/

Local validation performed:

  • python3 -m json.tool src/docs.json
  • git diff --check
  • Installed alephantai[langchain]==0.1.0 in a temporary virtual environment
  • Instantiated the documented create_chat_openai(...) example without making a live API call

make check-cross-refs did not complete locally because the docs environment attempted to build quickjs-rs, which tried to download Rust tooling and failed with an SSL EOF error. The failure occurred during dependency setup before the cross-reference check ran.


🔄 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/4015 **Author:** [@gengbingbing](https://github.com/gengbingbing) **Created:** 5/15/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`a06e2c1`](https://github.com/langchain-ai/docs/commit/a06e2c1b079d3da5a5770ae89578a79d9c18e519) add alephantai to langChain - [`1728574`](https://github.com/langchain-ai/docs/commit/172857447a0f9b86abfcf4ed9eb42b0e5e1743f0) Merge branch 'main' into main ### 📊 Changes **3 files changed** (+134 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+1 -0) ➕ `src/oss/python/integrations/chat/alephantai.mdx` (+124 -0) 📝 `src/oss/python/integrations/chat/index.mdx` (+9 -0) </details> ### 📄 Description ## Overview Adds a new Alephant AI chat integration page for LangChain Python docs. The page documents how to use the published `alephantai` SDK with LangChain by installing `alephantai[langchain]` and creating a `ChatOpenAI` instance configured for Alephant Gateway. It also adds Alephant AI to the chat integrations index under routers/proxies and the full chat model list. ## Type of change **Type:** New documentation page ## Related issues/PRs - GitHub issue: - Feature PR: - Linear issue: - Slack thread: ## Checklist - [x] I have read the [contributing guidelines](README.md), including the [language policy](https://docs.langchain.com/oss/python/contributing/overview#language-policy) - [ ] 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 ## Additional notes The new page documents the already-published PyPI package: https://pypi.org/project/alephantai/ Local validation performed: - `python3 -m json.tool src/docs.json` - `git diff --check` - Installed `alephantai[langchain]==0.1.0` in a temporary virtual environment - Instantiated the documented `create_chat_openai(...)` example without making a live API call `make check-cross-refs` did not complete locally because the docs environment attempted to build `quickjs-rs`, which tried to download Rust tooling and failed with an SSL EOF error. The failure occurred during dependency setup before the cross-reference check ran. --- <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:53:55 -04:00
yindo closed this issue 2026-06-05 18:53:55 -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#4022