Log in
Log into community
Find answers from the community
View all posts
Related posts
Did this answer your question?
π
π
π
Powered by
Hall
Inactive
Updated 2 years ago
0
Follow
Can I ask a quick question about the get
Can I ask a quick question about the get
Inactive
0
Follow
T
ThePlanMan
2 years ago
Β·
Can I ask a quick question about the get_nodes_for_response, can this be used to see which data is being sent to gpt3? If so, how can i use it (how do I call it?)
j
T
2 comments
Share
Open in Discord
j
jerryjliu0
2 years ago
yeah! you can actually fetch those nodes in the response object as well. e..g
Plain Text
Copy
response = index.query(...) response.source_nodes
they contain a reference to the text chunk and also underlying document
https://gpt-index.readthedocs.io/en/latest/guides/usage_pattern.html#parsing-the-response
T
ThePlanMan
2 years ago
Exactly what I was looking for, thank you!
Add a reply
Sign up and join the conversation on Discord
Join on Discord