[PR #4033] Add Alephant AI Python integration docs #4038

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/4033
Author: @gengbingbing
Created: 5/16/2026
Status: 🔄 Open

Base: mainHead: main


📝 Commits (10+)

  • 1e0e2c9 Add Alephant AI Python integration docs
  • 6b8df40 Refine Alephant AI integration docs
  • fc4b02e Merge branch 'main' into main
  • 84301af Merge branch 'main' into main
  • 234f7ee Merge branch 'main' into main
  • 4d5bce9 Merge branch 'main' into main
  • aa97291 Merge branch 'main' into main
  • a0c6449 Merge branch 'main' into main
  • 5676f13 Merge branch 'main' into main
  • 3e0150a Merge branch 'main' into main

📊 Changes

5 files changed (+158 additions, -0 deletions)

View changed files

📝 packages.yml (+6 -0)
src/oss/python/integrations/chat/alephantai.mdx (+121 -0)
📝 src/oss/python/integrations/chat/index.mdx (+8 -0)
src/oss/python/integrations/providers/alephantai.mdx (+15 -0)
📝 src/oss/python/integrations/providers/all_providers.mdx (+8 -0)

📄 Description

Overview

Add Alephant AI to the LangChain Python integration docs.

This PR adds:

  • an Alephant AI entry to the Python all providers page
  • a new Alephant AI provider page
  • a new ChatAlephantAI chat model integration guide
  • an Alephant AI entry in the chat model integrations index
  • langchain-alephantai metadata in packages.yml

langchain-alephantai is published on PyPI and provides ChatAlephantAI for routing LangChain chat model requests through Alephant AI Gateway.

Type of change

Type: New documentation page / Update existing documentation

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

Validation run:

  • make lint_prose FILES="src/oss/python/integrations/providers/alephantai.mdx src/oss/python/integrations/chat/alephantai.mdx src/oss/python/integrations/providers/all_providers.mdx src/oss/python/integrations/chat/index.mdx"
  • make broken-links
  • docs dev

ChatAlephantAI was tested with the published langchain-alephantai package from PyPI using a live Alephant Virtual Key.

src/docs.json was not updated because this PR adds Alephant AI to existing index pages rather than adding a sidebar navigation item.

AI assistance was used to prepare this documentation change.


🔄 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/4033 **Author:** [@gengbingbing](https://github.com/gengbingbing) **Created:** 5/16/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`1e0e2c9`](https://github.com/langchain-ai/docs/commit/1e0e2c944c3081158f48c4b9df31c6d801d06172) Add Alephant AI Python integration docs - [`6b8df40`](https://github.com/langchain-ai/docs/commit/6b8df40b072e2c38d6ba48614ff6ff6da7831878) Refine Alephant AI integration docs - [`fc4b02e`](https://github.com/langchain-ai/docs/commit/fc4b02e1b2b28163185ea516846a60dc3bea3a32) Merge branch 'main' into main - [`84301af`](https://github.com/langchain-ai/docs/commit/84301af7885831eee129f1f92d320d6a38bef0ef) Merge branch 'main' into main - [`234f7ee`](https://github.com/langchain-ai/docs/commit/234f7eeb0bf7f104bdb13c69d4454ae97c71db1e) Merge branch 'main' into main - [`4d5bce9`](https://github.com/langchain-ai/docs/commit/4d5bce9b3f155b1f3209937c5edc65205e04dd98) Merge branch 'main' into main - [`aa97291`](https://github.com/langchain-ai/docs/commit/aa9729168dd7d23da45ddd92aaa0e6dbfa4cdbf3) Merge branch 'main' into main - [`a0c6449`](https://github.com/langchain-ai/docs/commit/a0c6449b5971dd2ce8ba21b3e941d6b2b271f134) Merge branch 'main' into main - [`5676f13`](https://github.com/langchain-ai/docs/commit/5676f13bf7af3c1fa4cf5531e03e54d9f76e6305) Merge branch 'main' into main - [`3e0150a`](https://github.com/langchain-ai/docs/commit/3e0150ab09b59f4891de267e0fa068dc29fc25e6) Merge branch 'main' into main ### 📊 Changes **5 files changed** (+158 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `packages.yml` (+6 -0) ➕ `src/oss/python/integrations/chat/alephantai.mdx` (+121 -0) 📝 `src/oss/python/integrations/chat/index.mdx` (+8 -0) ➕ `src/oss/python/integrations/providers/alephantai.mdx` (+15 -0) 📝 `src/oss/python/integrations/providers/all_providers.mdx` (+8 -0) </details> ### 📄 Description ## Overview Add Alephant AI to the LangChain Python integration docs. This PR adds: - an Alephant AI entry to the Python all providers page - a new Alephant AI provider page - a new `ChatAlephantAI` chat model integration guide - an Alephant AI entry in the chat model integrations index - `langchain-alephantai` metadata in `packages.yml` `langchain-alephantai` is published on PyPI and provides `ChatAlephantAI` for routing LangChain chat model requests through Alephant AI Gateway. ## Type of change **Type:** New documentation page / Update existing documentation ## 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) - [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 ## Additional notes Validation run: - `make lint_prose FILES="src/oss/python/integrations/providers/alephantai.mdx src/oss/python/integrations/chat/alephantai.mdx src/oss/python/integrations/providers/all_providers.mdx src/oss/python/integrations/chat/index.mdx"` - `make broken-links` - `docs dev` `ChatAlephantAI` was tested with the published `langchain-alephantai` package from PyPI using a live Alephant Virtual Key. `src/docs.json` was not updated because this PR adds Alephant AI to existing index pages rather than adding a sidebar navigation item. AI assistance was used to prepare this documentation change. --- <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:59 -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#4038