Find answers from the community

Updated 2 months ago

how does one verify that data has been

how does one verify that data has been successfully "injected"? Like for example, I'm injecting a single google 200-page well-formatted google doc and then asking questions at the prompt, but it doesn't seem to be synthesizing the content of the google doc
L
f
5 comments
You can check response.source_nodes to see what information it used to create the answer.

you can also check len(index._docstore.docs) too I think
Wow, super cool. Just confirmed it is indeed pulling my data.
But the answer it gives is not helpful hey? What kind of index/settings are you using
it's helpful, yep! I just wasn't sure if it was returning generic openai response, or my finetuned. It's def finetuned
Add a reply
Sign up and join the conversation on Discord