hi! i'm learning this awesome package! I was wondering if someone can help me? I'm using an API to load the JSON data, but is there a way to output the corresponding json data source llamaindex uses to formulate its responses?
you can find source information from the response under the source_nodes property or you can use .get_formatted_sources to get a text representation. did that answer your question?