Sep 28, 2023
In practice, you would use this approach to solve various problems by using GoT as a brain, an example from the official repository here is the sorting of array https://github.com/spcl/graph-of-thoughts#quick-start. Moreover, if we're talking about in production systems, this system could help solve problems without spending a lot of time on prompting the LLM over and over again, because the graph would do it for you.