Hey folks.. when using the wikipedia reader if I do
documents = loader.load_data(pages=['Rome', 'Paris'])
index = GPTSimpleVectorIndex(documents)
response = index.query("summarize")
it only seems to use the last document (eg Paris in this case). Am I missing something about the usage pattern
Add a reply
Sign up and join the conversation on Discord