|
|
|
|
|
by jacobsimon
733 days ago
|
|
I admire what the Langchain team has been building toward even if people don’t agree with some of their design choices. The OpenAI api and others are quite raw, and it’s hard as a developer to resist building abstractions on top of it. Some people are comparing libraries like Langchain to ORMs in this conversation, but I think maybe the better comparison would be web frameworks. Like, yeah the web/HTML/JSON are “just text” too, but you probably don’t want to reinvent a bunch of string and header parsing libraries every time you spin up a new project. Coming from the JS ecosystem, I imagine a lot of people would like a lighter weight library like Express that handles the boring parts but doesn’t get in the way. |
|