Is there a way to modify response.get_formatted_sources() to produce the name of the source file rather than a meaningless doc id like Doc id: 3e176859?
you can directly parse the source_nodes which contain the objects (containing the text chunk, the doc id which you can then use to look up the file name)