(no title)
ggnore7452 | 2 years ago
When I build stuff with GPT-3, especially in the earlier days, I get the strong impression that it's like we are doing machine learning without Numpy and Pandas.
with LangChain, many of the systems I have built can be done in just one or two lines, making life much easier for rest of us. I also believe that LangChain's Agent framework is underappreciated as it was pretty ahead of its time until the official ChatGPT plugins were released. (contributed to LangChain a bit too.)
Unfortunately, the documentation is lacking indeed. While I understand the need to move quickly, it is not good that some crucial concepts like Customized LLM have inadequate documentation. (Perhaps having some LLM builds on top of the repo would be more effective than documentation at this point.)
Karrot_Kream|2 years ago
There also seems to be really poor observability in the code and performance seems to be an afterthought. I tell friends who ask about LangChain that it's great to experiment with but not something I'd put into production. Hopefully this funding helps them shore things up.
SheinhardtWigCo|2 years ago
> For example, it's still a pain to distinguish between using a Chat oriented LLM vs a regular completion one.
Totally agree. After using it for a few weeks, this is one of the most visible weaknesses in the design.
unknown|2 years ago
[deleted]
thequadehunter|2 years ago
mpaepper|2 years ago
To make them more accessible I rewrote them in ~200 lines of code, so you can easily understand how it works.
They have access to a python console, Google search and hacker news search:
https://github.com/mpaepper/llm_agents
paulgb|2 years ago
jason-phillips|2 years ago
Excited to see what happens going forward.
startupsfail|2 years ago
intelVISA|2 years ago
cube2222|2 years ago
spacemanspiff01|2 years ago
o_____________o|2 years ago
https://github.com/hwchase17/langchainjs
https://github.com/cfortuner/promptable
TrevorJ|2 years ago
ggnore7452|2 years ago
various small, open sourced, and verticle LLMs vs one large GPT models would be quite interesting.
passion__desire|2 years ago
thequadehunter|2 years ago
stan_kirdey|2 years ago