langchain/langchain/chains/sql_database
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>
2023-05-16 15:59:06 -07:00
..
__init__.py add sql database (#35) 2022-10-27 23:21:47 -07:00
base.py Replaced SQLDatabaseChain deprecated direct initialisation with from_llm method (#4778) 2023-05-16 15:59:06 -07:00
prompt.py improve sql prompt (#4611) 2023-05-12 21:55:03 -07:00