mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +00:00
a408ed3ea3
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> |
||
---|---|---|
.. | ||
agents | ||
chains | ||
data | ||
docstore | ||
llms | ||
prompts | ||
__init__.py | ||
test_formatting.py | ||
test_input.py | ||
test_python.py | ||
test_sql_database.py | ||
test_text_splitter.py |