Question Answering no-context

Hello everyone,
I have dataset of medicine questions it looks like [{“question”:question, “answer”:answer}, {“question”:question, “answer”:answer}, …]
I neeed to train a model which would give me answer based on my question
It should be something like FAQ

As input I will provide new question and model should give me one of the answers in dataset

I tried to find something similar but only thing I could find was QA with context and Text Classsification Positive or Negative(

Any thoughts?

Thanks