.. langchain-contrib documentation master file, created by
   sphinx-quickstart on Fri Mar 17 23:16:05 2023.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

Welcome to langchain-contrib's documentation!
=============================================

This is a collection of utilities that are too experimental for `LangChain proper <https://langchain.readthedocs.io/en/latest/>`_, but are nonetheless generic enough to potentially be useful for multiple projects. This currently consists of code dumped from https://github.com/amosjyng/zamm, but is of course open to contributions with lax procedures.

To get started, check out how to use the :ref:`Persistent Terminal </tools/persistent_terminal.ipynb>`.


.. toctree::
   :maxdepth: 2
   :caption: Contents:

   llms/llms
   prompts/prompts
   chains/chains
   tools/tools
   modules/langchain_contrib



Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
