File tree Expand file tree Collapse file tree 7 files changed +188
-82
lines changed Expand file tree Collapse file tree 7 files changed +188
-82
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments