Skip to content

Commit d4a78f4

Browse files
authored
refs: add db2, ibm, supervisor (#1207)
1 parent 094643d commit d4a78f4

File tree

7 files changed

+188
-82
lines changed

7 files changed

+188
-82
lines changed

reference/python/docs/integrations/langchain_db2.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@ title: Db2
88
[![PyPI - License](https://img.shields.io/pypi/l/langchain-db2)](https://opensource.org/licenses/MIT)
99
[![PyPI - Downloads](https://img.shields.io/pepy/dt/langchain-db2)](https://pypistats.org/packages/langchain-db2)
1010

11-
!!! note
12-
This package ref has not yet been fully migrated to v1.
11+
::: langchain_db2

reference/python/docs/integrations/langchain_ibm.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,4 @@ title: IBM
88
[![PyPI - License](https://img.shields.io/pypi/l/langchain-ibm)](https://opensource.org/licenses/MIT)
99
[![PyPI - Downloads](https://img.shields.io/pepy/dt/langchain-ibm)](https://pypistats.org/packages/langchain-ibm)
1010

11-
!!! note
12-
This package ref has not yet been fully migrated to v1.
13-
11+
::: langchain_ibm
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# LangGraph Supervisor
22

3-
Supervisor has not been upgraded to LangChain v1 yet. See [existing docs](https://langchain-ai.github.io/langgraph/reference/supervisor/).
4-
5-
<!-- ::: langgraph_supervisor.supervisor
3+
::: langgraph_supervisor.supervisor
64
options:
75
members:
86
- create_supervisor
@@ -11,4 +9,4 @@ Supervisor has not been upgraded to LangChain v1 yet. See [existing docs](https:
119
options:
1210
members:
1311
- create_handoff_tool
14-
- create_forward_message_tool -->
12+
- create_forward_message_tool

reference/python/pyproject.dev.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@ dependencies = [
6060
"langchain-azure-storage",
6161
#"langchain-cerebras",
6262
#"langchain-cohere",
63-
#"langchain-db2",
63+
"langchain-db2",
6464
#"langchain-elasticsearch",
6565
"langchain-google-community",
6666
"langchain-google-genai",
6767
"langchain-google-vertexai",
68-
#"langchain-ibm",
68+
"langchain-ibm",
6969
"langchain-milvus",
7070
"langchain-neo4j",
7171
#"langchain-nvidia-ai-endpoints",
@@ -86,7 +86,7 @@ dependencies = [
8686
"langgraph-checkpoint-sqlite",
8787
"langgraph-checkpoint-postgres",
8888
"langgraph-sdk",
89-
#"langgraph-supervisor",
89+
"langgraph-supervisor",
9090
#"langgraph-swarm",
9191
"langgraph-checkpoint-aws",
9292
"langsmith",

reference/python/pyproject.prod.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@ dependencies = [
6060
"langchain-azure-storage",
6161
#"langchain-cerebras",
6262
#"langchain-cohere",
63-
#"langchain-db2",
63+
"langchain-db2",
6464
#"langchain-elasticsearch",
6565
"langchain-google-community",
6666
"langchain-google-genai",
6767
"langchain-google-vertexai",
68-
#"langchain-ibm",
68+
"langchain-ibm",
6969
"langchain-milvus",
7070
"langchain-neo4j",
7171
#"langchain-nvidia-ai-endpoints",
@@ -86,7 +86,7 @@ dependencies = [
8686
"langgraph-checkpoint-sqlite",
8787
"langgraph-checkpoint-postgres",
8888
"langgraph-sdk",
89-
#"langgraph-supervisor",
89+
"langgraph-supervisor",
9090
#"langgraph-swarm",
9191
"langgraph-checkpoint-aws",
9292
"langsmith",

reference/python/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@ dependencies = [
6060
"langchain-azure-storage",
6161
#"langchain-cerebras",
6262
#"langchain-cohere",
63-
#"langchain-db2",
63+
"langchain-db2",
6464
#"langchain-elasticsearch",
6565
"langchain-google-community",
6666
"langchain-google-genai",
6767
"langchain-google-vertexai",
68-
#"langchain-ibm",
68+
"langchain-ibm",
6969
"langchain-milvus",
7070
"langchain-neo4j",
7171
#"langchain-nvidia-ai-endpoints",
@@ -86,7 +86,7 @@ dependencies = [
8686
"langgraph-checkpoint-sqlite",
8787
"langgraph-checkpoint-postgres",
8888
"langgraph-sdk",
89-
#"langgraph-supervisor",
89+
"langgraph-supervisor",
9090
#"langgraph-swarm",
9191
"langgraph-checkpoint-aws",
9292
"langsmith",

0 commit comments

Comments
 (0)