Find answers from the community

Updated 2 years ago

Source nodes

At a glance
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
Just a typo, missing a c there

response.source_nodes
Add a reply
Sign up and join the conversation on Discord