LangChain v0.1.0 #15712
Replies: 3 comments 3 replies
-
The latest langchain-experimental 0.0.47 is not compatible with langchain 0.1
|
Beta Was this translation helpful? Give feedback.
-
@hwchase17 @efriis It took me a long time to find where that package is: https://github.com/langchain-ai/langchain/tree/master/libs/partners/openai Could you add more info to the pypi page? Including the repo link. Thanks. |
Beta Was this translation helpful? Give feedback.
-
Is there a tool to help migrate to @langchain/core and @langhchain/community? |
Beta Was this translation helpful? Give feedback.
-
Hi all! We are excited to release LangChain v0.1.0 today. You can read more about the release here: https://blog.langchain.dev/langchain-v0-1-0/
We've also added notebooks focused on the 0.1 release here: https://github.com/hwchase17/langchain-0.1-guides
I wanted to start this discussion topic for several reasons.
First, I wanted to thank everyone for helping make LangChain better, whether through improvements to the docs, adding an integration, or letting us know if something is broken.
Second, I wanted to publicly thank two of our team members @baskaryan and @efriis for leading a lot of this effort. They have put in a lot of hours and I want to give them the thanks they deserve.
Finally, I wanted to answer any questions about v0.1.0. It is fully backwards compatible, but we have updated the docs to reflect the new architecture and design. For example:
.invoke
instead of.run
langchain_community
orlangchain_openai
instead oflangchain
We very much welcome feedback on all these things (and others) - how they were communicated, any rough edges with them, etc
We know for example that many integration pages use the old way of doing things. We'll work on updating those (and could also use your help with this! - this is a great starter issue: #15664)
So please - let us know what you think! We'll also start a separate discussion thread for 0.2 wishlist/planning!
Beta Was this translation helpful? Give feedback.
All reactions