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?
Hi, I was running into the same issue. One problem I've found is that if I set the max tokens manually, I might get an error by sending to many tokens.
Hi @jerryjliu0 This is fantastic. One quick question. I have multiple indices stored as jsons. I would like to load a subset and combine. Here is an example: doc_index = load_index("doc_index.json") website_index = load_index("web_index.json") How can I combine these two indices into one?