Files
langchain-python/langchain
Chandan Routray 11341fcecb Fixed query checker for SQLDatabaseChain (#4780)
# Fixed query checker for SQLDatabaseChain

When `SQLDatabaseChain`'s llm attribute was deprecated, the query
checker stopped working if `SQLDatabaseChain` is initialised via
`from_llm` method. With this fix, `SQLDatabaseChain`'s query checker
would use the same `llm` as used in the `llm_chain`


## Who can review?
@hwchase17 - project lead

Co-authored-by: imeckr <chandanroutray2012@gmail.com>
2023-05-16 15:58:58 -07:00
..
2023-05-16 20:04:09 +00:00
2023-05-16 13:26:43 +00:00
2023-05-15 23:42:57 -07:00
2023-05-15 15:38:49 +00:00
2023-04-24 19:54:15 -07:00
2022-11-12 11:22:32 -08:00
2023-05-11 01:27:58 -07:00
2023-02-20 21:15:45 -08:00
2023-05-16 13:26:43 +00:00
2023-05-04 20:46:38 -07:00
2023-05-14 10:29:17 -07:00