Skip to content

Commit 8ad12f3

Browse files
authored
docs: add missing js providers to table (#32055)
Update to show that Cerebras, xAI, and Cloudflare now have JS/TS equivalents
1 parent 535ba43 commit 8ad12f3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/scripts/partner_pkg_table.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,6 @@ def doc() -> str:
127127
128128
:::
129129
130-
LangChain integrates with many providers.
131-
132130
## Integration Packages
133131
134132
These providers have standalone `langchain-{{provider}}` packages for improved versioning, dependency management and testing.

libs/packages.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ packages:
253253
- name: langchain-cerebras
254254
path: libs/cerebras
255255
repo: langchain-ai/langchain-cerebras
256+
js: '@langchain/cerebras'
256257
downloads: 30056
257258
downloads_updated_at: '2025-06-25T19:50:54.884652+00:00'
258259
- name: langchain-snowflake
@@ -434,6 +435,7 @@ packages:
434435
- name: langchain-xai
435436
path: libs/partners/xai
436437
repo: langchain-ai/langchain
438+
js: '@langchain/xai'
437439
downloads: 47996
438440
downloads_updated_at: '2025-06-25T19:51:13.393705+00:00'
439441
- name: langchain-salesforce
@@ -621,6 +623,7 @@ packages:
621623
- name: langchain-cloudflare
622624
path: libs/langchain-cloudflare
623625
repo: cloudflare/langchain-cloudflare
626+
js: '@langchain/cloudflare'
624627
downloads: 381
625628
downloads_updated_at: '2025-06-25T19:52:06.942587+00:00'
626629
- name: langchain-ydb

0 commit comments

Comments
 (0)