langchain/tests/unit_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
..
chains consolidate run functions (#126) 2022-11-13 18:14:35 -08:00
data Prompt from file proof of concept using plain text (#127) 2022-11-13 13:15:30 -08:00
docstore FAISS and embedding support (#48) 2022-11-01 21:29:39 -07:00
llms model laboratory (#95) 2022-11-08 22:17:10 -08:00
__init__.py initial commit 2022-10-24 14:51:15 -07:00
test_dynamic_prompt.py Refactor prompts into module, add example generation utils (#64) 2022-11-06 15:40:33 -08:00
test_formatting.py initial commit 2022-10-24 14:51:15 -07:00
test_input.py update colors (#140) 2022-11-14 20:27:36 -08:00
test_prompt.py prompt nit (#141) 2022-11-14 21:30:33 -08:00
test_python.py factor out mock python repl (#43) 2022-10-30 18:09:04 -07:00
test_sql_database.py feat: add option to ignore or restrict to SQL tables (#151) 2022-11-16 22:04:50 -08:00
test_text_splitter.py Harrison/map reduce (#36) 2022-10-31 20:17:22 -07:00