File size: 740 Bytes
cfd3735
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
How-To Guides
=============

A chain is made up of links, which can be either primitives or other chains.
Primitives can be either `prompts <../prompts.html>`_, `models <../models.html>`_, arbitrary functions, or other chains.
The examples here are broken up into three sections:

**Generic Functionality**

Covers both generic chains (that are useful in a wide variety of applications) as well as generic functionality related to those chains.

.. toctree::
   :maxdepth: 1
   :glob:

   ./generic/*

**Index-related Chains**

Chains related to working with indexes.

.. toctree::
   :maxdepth: 1
   :glob:

   ./index_examples/*


**All other chains**

All other types of chains!

.. toctree::
   :maxdepth: 1
   :glob:

   ./examples/*