Hi all. I'm loving GPT_Index. Quick question. When asking a question, is the answer coming for a single source? How can we have it injest a lot of data and synthesize an answer from multiple sources?
yeah basically the answer depends on what documents you load into the index, and the index itself! if you dump documents from different sources, and use a vector store index with similarity_top_k > 1 or list index, then it will synthesize an answer across sources