To start:
- Clone this repository
- Install dependencies into a new conda environment using the environment.yml file
- Set your OPENAI API key in the
OPENAI_API_KEYenvironment variable. - Install redis locally and start a local instance. https://redis.io/docs/latest/operate/oss_and_stack/install/install-redis/
- Run the notebooks to replicate the results:
- conversational_engine.ipynb
- search_engine.ipynb
- semantic_cache.ipynb
- Run the notebook, might take a while without GPU.