|
|
|
Ask HN: What Happened to LangChain?
|
|
2 points
by sdfsdflkss
931 days ago
|
|
I was using it 6 months ago and was nice to get things easily up and running for prototyping with minimal python knowledge. Now they seem to have their own language based on UNIX pipes? I don't know what that is. They have a who hirarchy of products that I vaugly understand but what happened to the simple, get things running side? All of my previous code seems broken in ways I don't understand. |
|
If I'm being honest, LangChain seemed like it created more restrictions than it made my life easier. I found it far more flexible to write the few lines of code myself. Most people are consuming the APIs. The advanced cases get into modifying model logits and such, but that requires you run the model yourself.