"Q&A on Your Data" Prompt Flow example - why python node cannot grab output from vector index lookup?
Hi.
I tried many times to replicate the prompt flow examples "Q&A on Your Data", both simple Q&A and Multi-Round versions, and I end up with the same issue. The python node generate_prompt_context is not capable or reading the input from the previous node, the vector index lookup search_question_from_indexed_docs that contains the extracted chunks from the text that I provided. I can see clearly that search_question_from_indexed_docs contains all the output I am expecting (python object that includes metadata and the 4 text chunks) and the input is stated correctly in my opinion, but after running the python node the input appear empty and consequently also the output has the same issue:
All the following nodes can successfully run, but because the context is not carried on, the final result the flow is simply confirming that there is not available context to be used to answer to the question.
What is wrong in my flow?