langchain/tests
Nicholas Larus-Stone ca4b10bb74
feat: add option to ignore or restrict to SQL tables (#151)
`SQLDatabase` now accepts two `init` arguments:
1. `ignore_tables` to pass in a list of tables to not search over
2. `include_tables` to restrict to a list of tables to consider
2022-11-16 22:04:50 -08:00
..
integration_tests Harrison/fix lint (#138) 2022-11-14 08:55:59 -08:00
unit_tests feat: add option to ignore or restrict to SQL tables (#151) 2022-11-16 22:04:50 -08:00
__init__.py initial commit 2022-10-24 14:51:15 -07:00