do people have experience of prior knowledge leaking into the response? not sure how to fix this as this is really unpredictable... an example is: idx_simple2 = GPTSimpleVectorIndex([]) idx_simple2.insert(Document("hello world")) idx_simple2.query('tell me who is Stan Lee') ==> the results are obviously based on prior knowledge.