Hacker News new | ask | show | jobs
by pratik_kanthi 1142 days ago
Agree about Langchain. It's tedious to work with. I don't want so many abstractions.
1 comments

Amen. Constructive feedback to Langchain dev(s):

- Reduce bloat, make packages optional e.g. pip install langchain[all] - Reduce opinionated implementation of vector stores, I want my own schema - Don't unnaturally force the chain abstraction - Invest more in document retrieval