Hi everyone. Following Dave Ebbelaar post on building effective AI agents and in my struggle to find uses for AI in the ERP world, I was trying to test an example I saw in a Youtube video in which we would ask questions "about a database data". I makes use of langchain and sqlalchemy. Although it's a simple and small function I came across lots of unresolved references that reminded me of "dll hell". I had to install langchain-community; langchain-core and langchain-experimental (this name scared me a bit). The I did some googling and lost the count of posts saying langchain is not good for production cause it's slow and buggy. I would like to hear your opinions on this and what would you suggest for this purpose. This example was based on this video: https://youtu.be/Tkds301xtHI