forked from Archives/langchain
26 lines
483 B
ReStructuredText
26 lines
483 B
ReStructuredText
Demos
|
|
=====
|
|
|
|
The examples here are all end-to-end chains of specific applications.
|
|
They are separated into normal chains and then routing chains.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:glob:
|
|
:caption: Chains
|
|
|
|
demos/llm_math.ipynb
|
|
demos/map_reduce.ipynb
|
|
demos/simple_prompts.ipynb
|
|
demos/sqlite.ipynb
|
|
demos/vector_db_qa.ipynb
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:glob:
|
|
:caption: Routing Chains
|
|
|
|
demos/mrkl.ipynb
|
|
demos/react.ipynb
|
|
demos/self_ask_with_search.ipynb
|