Log in
Log into community
Find answers from the community
View all posts
Related posts
Was this helpful?
π
π
π
Powered by
Hall
Inactive
Updated 2 years ago
0
Follow
Source nodes
Source nodes
Inactive
0
Follow
At a glance
p
panicPenguin
2 years ago
Β·
35 response = index.query(query, response_mode="default")
36 display(Markdown(f"Response: <b>{response.response}</b>"))
---> 37 print(response.soure_nodes)
38
AttributeError: 'Response' object has no attribute 'soure_nodes'
L
p
3 comments
Share
Open in Discord
L
Logan M
2 years ago
Just a typo, missing a c there
response.source_nodes
p
panicPenguin
2 years ago
oof sorry
p
panicPenguin
2 years ago
and thank you
Add a reply
Sign up and join the conversation on Discord
Join on Discord