4 ms·
I hear you. Had the same experience. It's matured a lot since then though. Got back to it a few weeks ago and it feels surprisingly stable.
by imworkingrn 2y ago
I hear you. Had the same experience. It's matured a lot since then though. Got back to it a few weeks ago and it feels surprisingly stable.
- prsdm 2y agoit's much more stable now.
- sauwan 2y agoDoes it still put you in dependency hell though, where you can't add new packages without causing tons of version conflicts?
- efriis 2y agoHowdy! Erick from LangChain here. If anyone is seeing version conflicts on particular packages, please let me know! These usually stem from overly strict constraints in the underlying sdks for the integrations, and in general we've been pretty successful asking for those constraints to be loosened. The main "problem" constraint we've seen in the past has been on httpx. Curious if you've seen others!
- chompychop 2y agoDoes it still have the "abstraction hell" issue when trying to work with it for custom, non out-of-the-box use cases?