Find answers from the community

Updated 2 years ago

Hi jerryjliu98 9313 This is fantastic

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?
j
1 comment
hey @statsman - by "combine", is the goal to synthesize an answer across these two indices? if so You can try using list index with composability: https://gpt-index.readthedocs.io/en/latest/guides/use_cases.html#use-case-combining-information-across-multiple-indices
Add a reply
Sign up and join the conversation on Discord