pip install -r requirements.txt
Download GGML format model files for Meta Llama 2's 8-bit quantized Llama 2 7B Chat model from here. Keep the filename as lama-2-7b-chat.ggmlv3.q8_0.bin and save at the root of this directory.
Inside the 'data/' folder, put in the desired PDF(s). These will serve as your datasets.
python ingest.py
Running this script will generate a vector database
chainlit run model.py -w