You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/docs/modules/agents/agents
Chandan Routray e8d46bdd9b
Replaced `SQLDatabaseChain` deprecated direct initialisation with `from_llm` method (#4778)
# Removed usage of deprecated methods

Replaced `SQLDatabaseChain` deprecated direct initialisation with
`from_llm` method

## Who can review?

@hwchase17
@agola11

---------

Co-authored-by: imeckr <chandanroutray2012@gmail.com>
Co-authored-by: Dev 2049 <dev.dev2049@gmail.com>
1 year ago
..
examples Replaced `SQLDatabaseChain` deprecated direct initialisation with `from_llm` method (#4778) 1 year ago
agent_types.md big docs refactor (#1978) 1 year ago
custom_agent.ipynb Fix agents' notebooks outputs (#3517) 1 year ago
custom_agent_with_tool_retrieval.ipynb Callbacks Refactor [base] (#3256) 1 year ago
custom_llm_agent.ipynb Fixed Regular expression (#2933) 1 year ago
custom_llm_chat_agent.ipynb Added dependencies to make example executable (#4790) 1 year ago
custom_mrkl_agent.ipynb Fix: typo in custom_mrkl_agents.ipynb document (#3159) 1 year ago
custom_multi_action_agent.ipynb Fix agents' notebooks outputs (#3517) 1 year ago