I was following this tutorial from pinecone.io about using Haystack's print_answers
And as you can see in the later part of the tutorial, the output carries a lot of string. These string like output is not subscript-able and thus I'm not able to index or slice them
How can I select the text from the output, and display only a desired part, e.g. only this part of the output
Blog Link: Long Form Question Answering in Haystack
Sample Code Notebook: Google Colab NB