Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions fern/pages/integrations/cohere-and-langchain.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ Cohere [has first class support for LangChain](https://python.langchain.com/docs

To use LangChain and Cohere you will need:

- LangChain package. To install it, run `pip install langchain`.

- LangChain Package. To install it, run:
- `pip install langchain`
- LangChain and Cohere Packages. To install, run:
- `pip install langchain-cohere` (to use the Cohere integrations in LangChain)
- Optional: `pip install langchain-community` (to access third-party integrations such as web search APIs)
- Cohere's SDK. To install it, run `pip install cohere`. If you run into any issues or want more details on Cohere's SDK, [see this wiki](https://github.com/cohere-ai/cohere-python).
Expand Down