Replies: 1 comment
-
load_qa_chain is accually for question answering over documents. QAEvaluation could be what you want. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to input my set of questions and answers dictionary and evaluate the answers. But how do I pass the dictionary to load_qa_chain. I tried to do it using a prompt template but prompt templates are not its parameters. Is this doable or is there any other way to do this
Beta Was this translation helpful? Give feedback.
All reactions