You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had library conflict to connect to biqquery database and run any sql command with python 3.9 and langChain. I needed to install langchain-experimental.
I ended up to import the libraries as follows:
from langchain.utilities.sql_database import SQLDatabase
from langchain_experimental.sql import SQLDatabaseChain
I had library conflict to connect to biqquery database and run any sql command with python 3.9 and langChain. I needed to install langchain-experimental.
I ended up to import the libraries as follows:
from langchain.utilities.sql_database import SQLDatabase
from langchain_experimental.sql import SQLDatabaseChain
Below is the list of the dependencies attached.
requirement.txt
The text was updated successfully, but these errors were encountered: