Find answers from the community

Home
Members
statsman
s
statsman
Offline, last seen 3 months ago
Joined September 25, 2024
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?
2 comments
s
j
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.
3 comments
j
s
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?
1 comment
j
Hey, is it possible to create a single documents file that loads data from a variety of sources. Eg. I load a website, then a pdf, then a google doc?
1 comment
j