Langchain + Databricks SQL + Dolly

ws-kp
New Contributor III

Hi there,

referring to this LangChain document here: SQL Database Agent — 🦜🔗 LangChain 0.0.157

is it possible to use LangChain’s SQL Database Agent with Databricks SQL and Dolly?

If so, could someone kindly advise what the Python syntax would be?

db = SQLDatabase.from_uri(.....)

agent_executor = dolly

Thanks.

Wes