Stuck! Any help or tips? (School Chatbot)

Hello, our thesis involves developing a chatbot for our school (answer the question given by input).

I’ve already read through the Course section of Docs. The issue is that the dataset provided by school only includes questions and answers. In theory, we will use Q/A, but without having to type the context, we will simply provide the input and output the required answer (just like ChatGPT but only in school). We’re stuck on where to begin because most Q/A tutorials use Squad, which requires context, and we’re not sure what model to use. I’m thinking of using eli5, t5, RAG or gpt itself.