This is a simple implementation of the RAG LLM model for reading PDF documents using the OpenAI API. The model is fine-tuned on the RAG dataset and can be used to generate answers to questions based on the content of the PDF document. The model is implemented using the Hugging Face Transformers library and the OpenAI API.
- Python 3.9+
- Clone the repository
- Install the required packages using the following command:
pip install -r requirements.txt