langchain/tests/unit_tests
Harrison Chase ec727bf166
Align table info (#999) (#1034)
Currently the chain is getting the column names and types on the one
side and the example rows on the other. It is easier for the llm to read
the table information if the column name and examples are shown together
so that it can easily understand to which columns do the examples refer
to. For an instantiation of this, please refer to the changes in the
`sqlite.ipynb` notebook.

Also changed `eval` for `ast.literal_eval` when interpreting the results
from the sample row query since it is a better practice.

---------

Co-authored-by: Francisco Ingham <>

---------

Co-authored-by: Francisco Ingham <fpingham@gmail.com>
2023-02-13 21:48:41 -08:00
..
agents Pass kwargs from initialize_agent into agent classmethod (#799) 2023-01-30 14:54:09 -08:00
callbacks Suggestions for better debugging (#765) 2023-01-28 08:05:20 -08:00
chains Add asyncio support for LLM (OpenAI), Chain (LLMChain, LLMMathChain), and Agent (#841) 2023-02-07 21:21:57 -08:00
data Prompt from file proof of concept using plain text (#127) 2022-11-13 13:15:30 -08:00
docstore wip: add method for both docstore and embeddings (#119) 2022-11-20 16:23:58 -08:00
llms Import of declarative_base when SQLAlchemy <1.4 (#883) 2023-02-10 18:33:47 -08:00
prompts Harrison/prompt template prefix (#888) 2023-02-06 19:09:28 -08:00
utilities Centralize logic for loading from LangChainHub, add ability to pin dependencies (#805) 2023-01-30 14:52:17 -08:00
__init__.py initial commit 2022-10-24 14:51:15 -07:00
test_bash.py Optionally return shell output on incorrect command (#894) (#899) 2023-02-06 12:46:16 -08:00
test_formatting.py initial commit 2022-10-24 14:51:15 -07:00
test_python.py Harrison/tools exp (#372) 2022-12-18 21:51:23 -05:00
test_sql_database_schema.py Align table info (#999) (#1034) 2023-02-13 21:48:41 -08:00
test_sql_database.py Align table info (#999) (#1034) 2023-02-13 21:48:41 -08:00
test_text_splitter.py Harrison/fix splitting (#563) 2023-01-08 19:19:32 -08:00