langchain/tests/unit_tests
Samantha Whitmore a408ed3ea3
Samantha/add conversation chain (#166)
Add MemoryChain and ConversationChain as chains that take a docstore in
addition to the prompt, and use the docstore to stuff context into the
prompt. This can be used to have an ongoing conversation with a chatbot.

Probably needs a bit of refactoring for code quality

Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
2022-11-23 16:35:38 -08:00
..
agents (WIP) agents (#171) 2022-11-22 06:16:26 -08:00
chains Samantha/add conversation chain (#166) 2022-11-23 16:35:38 -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 model laboratory (#95) 2022-11-08 22:17:10 -08:00
prompts Harrison/clean up language (#179) 2022-11-23 16:58:41 -05:00
__init__.py initial commit 2022-10-24 14:51:15 -07:00
test_formatting.py initial commit 2022-10-24 14:51:15 -07:00
test_input.py chore: update ascii colors to work with dark mode (#152) 2022-11-16 22:05:28 -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