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?