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/libs/experimental/langchain_experimental/tot
Vadim Gubergrits e7e5cb9d08
Tree of Thought introducing a new ToTChain. (#5167)
# [WIP] Tree of Thought introducing a new ToTChain.

This PR adds a new chain called ToTChain that implements the ["Large
Language Model Guided
Tree-of-Though"](https://arxiv.org/pdf/2305.08291.pdf) paper.

There's a notebook example `docs/modules/chains/examples/tot.ipynb` that
shows how to use it.


Implements #4975


## Who can review?

Community members can review the PR once tests pass. Tag
maintainers/contributors who might be interested:

- @hwchase17
- @vowelparrot

---------

Co-authored-by: Vadim Gubergrits <vgubergrits@outbox.com>
Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
1 year ago
..
__init__.py Tree of Thought introducing a new ToTChain. (#5167) 1 year ago
base.py Tree of Thought introducing a new ToTChain. (#5167) 1 year ago
checker.py Tree of Thought introducing a new ToTChain. (#5167) 1 year ago
controller.py Tree of Thought introducing a new ToTChain. (#5167) 1 year ago
memory.py Tree of Thought introducing a new ToTChain. (#5167) 1 year ago
prompts.py Tree of Thought introducing a new ToTChain. (#5167) 1 year ago
thought.py Tree of Thought introducing a new ToTChain. (#5167) 1 year ago
thought_generation.py Tree of Thought introducing a new ToTChain. (#5167) 1 year ago