langchain/docs/modules
Myeongseop Kim 747b5f87c2
Add HumanInputLLM (#4160)
Related: #4028, I opened a new PR because (1) I was unable to unstage
mistakenly committed files (I'm not familiar with git enough to resolve
this issue), (2) I felt closing the original PR and opening a new PR
would be more appropriate if I changed the class name.

This PR creates HumanInputLLM(HumanLLM in #4028), a simple LLM wrapper
class that returns user input as the response. I also added a simple
Jupyter notebook regarding how and why to use this LLM wrapper. In the
notebook, I went over how to use this LLM wrapper and showed example of
testing `WikipediaQueryRun` using HumanInputLLM.
 
I believe this LLM wrapper will be useful especially for debugging,
educational or testing purpose.
2023-05-06 09:48:40 -07:00
..
agents added Wikipedia document loader (#4141) 2023-05-06 09:32:45 -07:00
callbacks add more color to callbacks docs (#3856) 2023-04-30 19:13:01 -07:00
chains Simplify router chain constructor signatures (#4146) 2023-05-06 09:38:17 -07:00
indexes added Wikipedia document loader (#4141) 2023-05-06 09:32:45 -07:00
memory Fix bad spellings for 'convenience' (#3936) 2023-05-01 20:57:06 -07:00
models Add HumanInputLLM (#4160) 2023-05-06 09:48:40 -07:00
prompts Update output_fixing_parser.ipynb (#3978) 2023-05-02 09:33:46 -07:00
agents.rst improve agent documentation (#4062) 2023-05-03 22:44:01 -07:00
chains.rst
indexes.rst
memory.rst
models.rst
paul_graham_essay.txt Fix notebook example (#3142) 2023-04-19 08:55:06 -07:00
prompts.rst
state_of_the_union.txt