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/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
2 years ago
..
chains consolidate run functions (#126) 2 years ago
data Prompt from file proof of concept using plain text (#127) 2 years ago
docstore
llms model laboratory (#95) 2 years ago
__init__.py
test_dynamic_prompt.py
test_formatting.py
test_input.py update colors (#140) 2 years ago
test_prompt.py prompt nit (#141) 2 years ago
test_python.py
test_sql_database.py feat: add option to ignore or restrict to SQL tables (#151) 2 years ago
test_text_splitter.py