You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/docs/examples/demos.rst

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