I am working on a web app that uses generative AI (Bison model on Vertex) to answer user questions, something like an automated Q&A page.
I've fine tuned the model and I would like to submit additional information (100 Q&A) in the prompt.
Is there a way to avoid submitting all 100 Q&As at the beginning of each user session?
Actually, I don't understand how sessions/history works on Vertex project level. If I have a project that I've prompted in the past with instruction will the same project take that in consideration when answering a user question? On top of that, will user on the web be able to influence the model via prompting?