querying off of invocation metadata might be a tad tough
Wondering why it would be difficult? I am not seeing any difference in setting metadata during invocation vs setting in chain (I tried both using RetrievalQA chain). Below uuid is set via invocation and application_type is set via chain
{"uuid": 1, "application_type": "question_answering"}I am able to query the invocation metadata successfully.