Find answers from the community

Updated 2 months ago

do people have experience of prior

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.
Attachment
image.png
j
1 comment
from my experience, chatgpt and gpt4 are better trained to "tune out" prior knowledge
Add a reply
Sign up and join the conversation on Discord