spcl / graph-of-thoughts

Official Implementation of "Graph of Thoughts: Solving Elaborate Problems with Large Language Models"
https://arxiv.org/pdf/2308.09687.pdf
Other
1.96k stars 141 forks source link

Use with retrieval augmented generation? #4

Open shobrook opened 9 months ago

shobrook commented 9 months ago

First of all, thank you for making this code public and for coming up with such a clever extension of tree-of-thoughts. I'm building a Q&A system over a set of documents, and I'm wondering if there are any examples out there of using graph-of-thoughts in a RAG (retrieval augmented generation) pipeline?

nblach commented 9 months ago

I am not aware of any such examples at this point in time, but I am sure that there are others who are experimenting with similar designs. I will leave this issue open for now, so others, who might have worked on something similar, can point you to their work (if you haven't done it in the meantime :))