Private GPT model tutorial

I am currently using a Python program with a Llama model to interact with my PDFs. However, the program processes the PDFs from scratch each time I start it. Is there a simple way and a beginner tutorial on how to load my Llama 2 model with knowledge from PDFs so that it remains permanent? That is, so that the PDFs can be deleted afterward. Thank you.