I am making rag application using gpt llm. Now I am making a sqldabasechain.
The old version of LangChain support this langchain_experimental.sql
import SQLDatabaseChain class. But now, they have updated to this one “langchain_community.utilities import SQLDatabaseChain”. But still I am getting the above title error. Can any one tell me what’s the cause?
This is the problem I am facing. Does anyone face this before?
New contributor
Bilal Khan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.