IMPORTANT (setup):
- In
modules/data, unzip theannotations.json.zipfile - Ensure the unzipped
annotations.jsonfile is in themodules/datafolder - In the root directory, make a copy of
config.ini.samplecalledconfig.ini, and put in your OpenAI API key - Install all dependencies via
pip install -r requirements.txt - Switch client in config.ini to
gpt-4ofor better results.
To run the app:
cdinto the root directory of the repo- Run the script with
python app.py
To test modules on their own:
cdinto the root directory- Run
python -m modules.<name_of_module>(example:python -m modules.rag)
If a script takes too long to run, CTRL-C out and re-run the script.