This Repo implements chat with your PDF via a GUI. This Code utilized PaLM's LLM and Embedding models for information retreival from your documents.
Clone the repository.
git clone https://github.com/PromtEngineer/PaLM-PDFChat.git
In order to set your environment up to run the code here, first install all requirements:
pip install -r requirements.txt
You will need the PaLM API key to run this, get your PaLM key from here
In the .env
set your API key.
GOOGLE_API_KEY=
streamlit run PaLM_ChatPDF.py