From 05b05da3a12767232a5bd1158320b8b7ca51a34c Mon Sep 17 00:00:00 2001 From: aditya thomas Date: Tue, 26 Mar 2024 19:52:03 +0530 Subject: [PATCH] docs: add cohere to the list of partners (#19552) **Description:** Add Cohere to the list of LangChain partners **Issue:** The Cohere partner package was recently added [#19049](https://github.com/langchain-ai/langchain/pull/19049) **Dependencies:** None --- docs/docs/integrations/platforms/index.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/integrations/platforms/index.mdx b/docs/docs/integrations/platforms/index.mdx index 783a7bf1bca..26410b3ecfb 100644 --- a/docs/docs/integrations/platforms/index.mdx +++ b/docs/docs/integrations/platforms/index.mdx @@ -15,6 +15,7 @@ These providers have standalone `langchain-{provider}` packages for improved ver - [Airbyte](/docs/integrations/providers/airbyte) - [Anthropic](/docs/integrations/platforms/anthropic) - [Astra DB](/docs/integrations/providers/astradb) +- [Cohere](/docs/integrations/providers/cohere) - [Elasticsearch](/docs/integrations/providers/elasticsearch) - [Exa Search](/docs/integrations/providers/exa_search) - [Fireworks](/docs/integrations/providers/fireworks)