Madhu Bandru

Results 3 comments of Madhu Bandru

I think it might be like "**break**" in python

> Using `create_sql_agent()`, specify `agent_executor_kwargs` like so: `agent_executor_kwargs={"return_intermediate_steps": True}`. > > This works because in [this file](https://api.python.langchain.com/en/latest/_modules/langchain/agents/agent_toolkits/sql/base.html#create_sql_agent), it's apparent that `AgentExecutor.from_agent_and_tools()` doesn't use `kwargs`, but rather `agent_executor_kwargs`. > > Then,...

I tried to add schema in the connection string as suggested above but facing the below error. sqlalchemy.exc.OperationalError: (oracledb.exceptions.OperationalError) DPY-6005: cannot connect to database (CONNECTION_ID=1MH+Ppcxxxx==). DPY-6001: Service "SERVICE_NAME.ABC_SCHEMA" is not...