This repository contains work for the Fall AD331 AI Quarterly Project, focusing on the In-House Chatbot.
- The Milestone 1 work was completed before this GitHub repository was created, so it resides in the main branch.
- Milestone 2 has its own folder and should include separate branches for each person's edits and different versions.
- Milestone 3 folder contains the following
- README.md
- this provides instructions on how to set up your environment to run the prototype
- requirements.txt
- a list of dependencies needing to be installed
- rag_demo.py
- simplified RAG example. Used for quick testing or debugging without logging
- prototype.py
- main prototype application that runs the full RAG pipeline
- documents folder
- where all the HR docs are stored
- logs
- the interactions.json of all the back and forth between the user and the prototype
- README.md