langchain/docs/modules
Leonid Ganeline ce15ffae6a
added Wikipedia retriever (#4302)
- added `Wikipedia` retriever. It is effectively a wrapper for
`WikipediaAPIWrapper`. It wrapps load() into get_relevant_documents()
- sorted `__all__` in the `retrievers/__init__`
- added integration tests for the WikipediaRetriever
- added an example (as Jupyter notebook) for the WikipediaRetriever
2023-05-09 10:08:39 -07:00
..
agents query correction from when to what (#4383) 2023-05-09 07:42:47 -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 retriever (#4302) 2023-05-09 10:08:39 -07:00
memory Fix bad spellings for 'convenience' (#3936) 2023-05-01 20:57:06 -07:00
models fix json saving, update docs to reference anthropic chat model (#4364) 2023-05-08 15:30:52 -07:00
prompts Add example on how to use Featureform with langchain (#4337) 2023-05-08 10:32:17 -07:00
utils/examples Pass parsed inputs through to tool _run (#4309) 2023-05-08 09:13:05 -07:00
agents.rst improve agent documentation (#4062) 2023-05-03 22:44:01 -07:00
chains.rst big docs refactor (#1978) 2023-03-26 19:49:46 -07:00
indexes.rst Correct typo in documentation for word 'therefore' (#2529) 2023-04-06 23:20:30 -07:00
memory.rst big docs refactor (#1978) 2023-03-26 19:49:46 -07:00
models.rst big docs refactor (#1978) 2023-03-26 19:49:46 -07:00
paul_graham_essay.txt Fix notebook example (#3142) 2023-04-19 08:55:06 -07:00
prompts.rst big docs refactor (#1978) 2023-03-26 19:49:46 -07:00
state_of_the_union.txt Docs refactor (#480) 2023-01-02 08:24:09 -08:00