langchain/docs/examples
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 change to agent (#173) 2022-11-22 18:02:20 -08:00
chains Samantha/add conversation chain (#166) 2022-11-23 16:35:38 -08:00
integrations add few shot example (#148) 2022-11-19 20:32:45 -08:00
prompts Add add_example method to all ExampleSelector classes, with tests (#178) 2022-11-23 13:12:47 -08:00
agents.rst (WIP) agents (#171) 2022-11-22 06:16:26 -08:00
chains.rst (WIP) agents (#171) 2022-11-22 06:16:26 -08:00
integrations.rst Harrison/redo docs (#130) 2022-11-13 20:13:23 -08:00
model_laboratory.ipynb add few shot example (#148) 2022-11-19 20:32:45 -08:00
prompts.rst Harrison/redo docs (#130) 2022-11-13 20:13:23 -08:00
state_of_the_union.txt Harrison/redo docs (#130) 2022-11-13 20:13:23 -08:00