Implement other Language version of LangChain #19829
Replies: 10 comments 2 replies
-
I think this is a great suggestion and would be nice to see this feature. I love the idea of adding support for Java and C# too. |
Beta Was this translation helpful? Give feedback.
-
Yes, but actually, it's a big project I think. It may take some time. |
Beta Was this translation helpful? Give feedback.
-
In Java, you can use LangChain: https://github.com/HamaWhiteGG/langchain-java |
Beta Was this translation helpful? Give feedback.
-
A great project! But I want to know how many features have been revived? Moreover, I don't seem to have seen the documentation of it. |
Beta Was this translation helpful? Give feedback.
-
Yes, we truly need a C++ version for project. |
Beta Was this translation helpful? Give feedback.
-
Hi, @ken20220214, I'm helping the LangChain team manage their backlog and am marking this issue as stale. From what I understand, the issue you raised proposes adding support for languages like Java and C++ to LangChain, which currently only supports Python and JS. There was some interest and discussion around the idea, with existing Java implementations being shared, and concerns raised about the features and documentation of those implementations. Could you please confirm if this issue is still relevant to the latest version of the LangChain repository? If it is, please let the LangChain team know by commenting on the issue. Otherwise, feel free to close the issue yourself, or it will be automatically closed in 7 days. Thank you! |
Beta Was this translation helpful? Give feedback.
-
So how do I use LangChain from a C++ program? |
Beta Was this translation helpful? Give feedback.
-
@baskaryan, could you please assist @FellowTraveler with using LangChain from a C++ program? Thank you! |
Beta Was this translation helpful? Give feedback.
-
I would love to write c++ and call langchain functions |
Beta Was this translation helpful? Give feedback.
-
Please take a look at https://github.com/RobinQu/instinct.cpp
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Issue you'd like to raise.
LangChain framework mostly aims to build applications which interact with LLM. Many online applications themselves are implements by other languages such as Java,C++, but LangChain only supports Python and JS by now. How about implement other language version of LangChain?
Suggestion:
No response
Beta Was this translation helpful? Give feedback.
All reactions