Chat bot utilizing retrieval augmented generation allowing the user to upload any pdf file and ask chatGPT about anything from the file
To start the backend, first navigate to the backend folder
cd .../pdf-gpt/backend
Run npm start
To start the frontend, first navigate to the frontend folder
cd .../pdf-gpt/frontend
Run npm start