-
Notifications
You must be signed in to change notification settings - Fork 16k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
langchain_cohere: add cohere as a partner package #19049
langchain_cohere: add cohere as a partner package #19049
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
libs/partners/cohere/pyproject.toml
Outdated
[tool.poetry.dependencies] | ||
python = ">=3.8.1,<4.0" | ||
langchain-core = ">=0.0.12" | ||
cohere = "5.0.0a12" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: update to 5.0.0 today
as in in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you'll want to update the pip instal command at the top of each doc as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've done this for the notebooks that had pip install - please can you take another look @baskaryan ? thank you
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Going to merge and release this as a 0.1.0rc0
to unblock cohere team, and would love to get the readme filled out before publishing a 0.1.0!
Would also love to remove the LLM from the partner package (just leave in community) if you're planning on deprecating (legacy) those endpoints
https://docs.cohere.com/docs/migrating-from-cogenerate-to-cochat
Description: adds support for langchain_cohere --------- Co-authored-by: Harry M <[email protected]> Co-authored-by: Erick Friis <[email protected]>
**Description:** Add Cohere to the list of LangChain partners **Issue:** The Cohere partner package was recently added [langchain-ai#19049](langchain-ai#19049) **Dependencies:** None
Description: adds support for langchain_cohere --------- Co-authored-by: Harry M <[email protected]> Co-authored-by: Erick Friis <[email protected]>
Description: adds support for langchain_cohere --------- Co-authored-by: Harry M <[email protected]> Co-authored-by: Erick Friis <[email protected]>
Description: adds support for langchain_cohere