RAG LLM agent to retrieve proposals from minutes and meeting transcripts.
To run this project, ensure you have Python installed and the required packages, which can be installed via pip:
cd ragprop
pip install virtualenv
virtualenv --python=python3.11 myenv
source myenv/bin/activate
pip install -r requirements.txt