Hacking LangChain for fun and profit
blog.kevinhu.me
Hacking LangChain for fun and profit
1–10 of 27 posts
Re: Hacking LangChain for fun and profit
#2Re: Hacking LangChain for fun and profit
#3Re: Hacking LangChain for fun and profit
#4still not sure of the value of the langchain abstraction. does anyone use it in prod?
Re: Hacking LangChain for fun and profit
#5Re: Hacking LangChain for fun and profit
#6still not sure of the value of the langchain abstraction. does anyone use it in prod?
My feeling is that with the agentic/AutoGPT hype fading and OpenAI adding the functions API there's a lot less value in LangChain's abstractions, at least for production use cases. They're still cool for hacking/toys.
Re: Hacking LangChain for fun and profit
#7Re: Hacking LangChain for fun and profit
#8still not sure of the value of the langchain abstraction. does anyone use it in prod?
We do, but mostly as a fairly nice and fairly well-documented interface for plugging together tools like vector DBs and memory with LLMs. My feeling is that with the agentic/AutoGPT hype fading and OpenAI adding the functions API there's a lot less value in LangChain's abstractions, at least for production use cases. They're still cool for hacking/toys.
Re: Hacking LangChain for fun and profit
#9Earlier quoted context omitted.
We do, but mostly as a fairly nice and fairly well-documented interface for plugging together tools like vector DBs and memory with LLMs. My feeling is that with the agentic/AutoGPT hype fading and OpenAI adding the functions API there's a lot less value in LangChain's abstractions, at least for production use cases. They're still cool for hacking/toys.
A little premature don't you think? Langchain is only a few months old
Re: Hacking LangChain for fun and profit
#10I’ll save yall some time. If you are familiar with concatenating strings in python, langchain is a library which does just that, only a little less cleanly. Hope this helps!