Skip to content

Commit 95ea7d0

Browse files
authored
refs(py): add langchain-cohere (#1272)
1 parent 6b3b9e3 commit 95ea7d0

File tree

5 files changed

+123
-37
lines changed

5 files changed

+123
-37
lines changed

reference/python/docs/integrations/langchain_cohere.md

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

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

reference/python/pyproject.dev.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ dependencies = [
5959
#"langchain-azure-dynamic-sessions",
6060
"langchain-azure-storage",
6161
#"langchain-cerebras",
62-
#"langchain-cohere",
62+
"langchain-cohere",
6363
"langchain-db2",
6464
#"langchain-elasticsearch",
6565
"langchain-google-community",

reference/python/pyproject.prod.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ dependencies = [
5959
#"langchain-azure-dynamic-sessions",
6060
"langchain-azure-storage",
6161
#"langchain-cerebras",
62-
#"langchain-cohere",
62+
"langchain-cohere",
6363
"langchain-db2",
6464
#"langchain-elasticsearch",
6565
"langchain-google-community",

reference/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ dependencies = [
5959
#"langchain-azure-dynamic-sessions",
6060
"langchain-azure-storage",
6161
#"langchain-cerebras",
62-
#"langchain-cohere",
62+
"langchain-cohere",
6363
"langchain-db2",
6464
#"langchain-elasticsearch",
6565
"langchain-google-community",

0 commit comments

Comments
 (0)