π Let's say I want to summarize a single technical paper and theorize that the summary would be improved if the LLM was augmented with the remainder of the domain specific corpus (e.g. all the other papers published in the journal). How would I go about testing that theory? The Summarization over Documents example (
https://gpt-index.readthedocs.io/en/latest/guides/use_cases.html#use-case-summarization-over-documents) using GPTTreeIndex clearly documents how to summarize the entire corpus, but I'm not understanding yet how to summarize a single index/Document while also augmenting with a larger index. Perhaps, I have a fundamental misunderstanding. I'm looking forward to learning from the group and hope to contribute in the future.