I want to use SQLQueryChain method but I am not being able to find it’s import is deprecated
I am building a chatbot in which i have to use Langchain’s SQLQueryChain for which i am using
“from langchain.chains.sql_database import SQLQueryChain” But this is not recognised so i don’t have any idea how can I fulfill my requirement.