1
0
mirror of https://github.com/hwchase17/langchain.git synced 2025-09-03 03:59:42 +00:00
Commit Graph

3 Commits

Author SHA1 Message Date
Harrison Chase
b0feb3608b documentation () 2022-11-25 12:41:27 -05:00
Samantha Whitmore
a408ed3ea3 Samantha/add conversation chain ()
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
Harrison Chase
d3a7429f61 (WIP) agents () 2022-11-22 06:16:26 -08:00