This is the official implementation of Automated Graph of Thoughts.
To run this code, Python 3.11
or newer is required.
The latest version of the package can be installed from PyPI:
pip install auto-graph-of-thoughts
Alternatively, the package can be installed from source.
The project comes with optional dependencies which are required for some features.
Several notebooks with examples and model training are provided with the source code.
To run the notebooks, the optional notebooks
dependencies are required.
pip install auto-graph-of-thoughts[notebooks]
Be aware that the notebooks are not part of the distributed package on PyPI.
The package pure_graph_of_thoughts
contains a new implementation of the Graph of Thoughts concepts.
It was originally developed in this project, before it was extracted in a dedicated project: pure-graph-of-thoughts.